miniMVC/docs/classes/R.html

851 lines
38 KiB
HTML
Raw Normal View History

<!DOCTYPE html><html xmlns:date="http://exslt.org/dates-and-times" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta charset="utf-8">
<title>miniMVC » \R</title>
<meta name="author" content="Mike van Riel">
<meta name="description" content="">
<link href="../css/template.css" rel="stylesheet" media="all">
<script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script><script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script><script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script><script src="../js/bootstrap.js" type="text/javascript"></script><script src="../js/template.js" type="text/javascript"></script><script src="../js/prettify/prettify.min.js" type="text/javascript"></script><link rel="shortcut icon" href="../img/favicon.ico">
<link rel="apple-touch-icon" href="../img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="../img/apple-touch-icon-114x114.png">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner"><div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a class="brand" href="../index.html">miniMVC</a><div class="nav-collapse"><ul class="nav">
<li class="dropdown">
<a href="#api" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b></a><ul class="dropdown-menu">
<li><a>Packages</a></li>
<li><a href="../packages/Default.html"><i class="icon-folder-open"></i> Default</a></li>
<li><a href="../packages/Query.html"><i class="icon-folder-open"></i> Query</a></li>
<li><a href="../packages/miniMVC.html"><i class="icon-folder-open"></i> miniMVC</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b></a><ul class="dropdown-menu"><li><a href="../graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a></li></ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b></a><ul class="dropdown-menu">
<li><a href="../errors.html"><i class="icon-remove-sign"></i> Errors 
<span class="label label-info">0</span></a></li>
<li><a href="../markers.html"><i class="icon-map-marker"></i> Markers 
<ul></ul></a></li>
<li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements 
<span class="label label-info">0</span></a></li>
</ul>
</li>
</ul></div>
</div></div>
<div class="go_to_top"><a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a></div>
</div>
<div id="___" class="container">
<noscript><div class="alert alert-warning">
Javascript is disabled; several features are only available
if Javascript is enabled.
</div></noscript>
<div class="row">
<div class="span4">
<span class="btn-group visibility" data-toggle="buttons-checkbox"><button class="btn public active" title="Show public elements">Public</button><button class="btn protected" title="Show protected elements">Protected</button><button class="btn private" title="Show private elements">Private</button><button class="btn inherited active" title="Show inherited elements">Inherited</button></span><div class="btn-group view pull-right" data-toggle="buttons-radio">
<button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button><button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button>
</div>
<ul class="side-nav nav nav-list">
<li class="nav-header">
<i class="icon-custom icon-method"></i> Methods</li>
<li class="method public "><a href="#__call" title="__call :: Attempt to run static functions in non-static context"><span class="description">Attempt to run static functions in non-static context</span><pre>__call()</pre></a></li>
<li class="method public "><a href="#__construct" title="__construct :: ReflectionClass Constructor"><span class="description">ReflectionClass Constructor</span><pre>__construct()</pre></a></li>
<li class="method public "><a href="#__toString" title="__toString :: "><span class="description">__toString()
</span><pre>__toString()</pre></a></li>
<li class="method public "><a href="#export" title="export :: "><span class="description">export()
</span><pre>export()</pre></a></li>
<li class="method public "><a href="#getConstant" title="getConstant :: "><span class="description">getConstant()
</span><pre>getConstant()</pre></a></li>
<li class="method public "><a href="#getConstants" title="getConstants :: "><span class="description">getConstants()
</span><pre>getConstants()</pre></a></li>
<li class="method public "><a href="#getConstructor" title="getConstructor :: "><span class="description">getConstructor()
</span><pre>getConstructor()</pre></a></li>
<li class="method public "><a href="#getDefaultProperties" title="getDefaultProperties :: "><span class="description">getDefaultProperties()
</span><pre>getDefaultProperties()</pre></a></li>
<li class="method public "><a href="#getDocComment" title="getDocComment :: "><span class="description">getDocComment()
</span><pre>getDocComment()</pre></a></li>
<li class="method public "><a href="#getEndLine" title="getEndLine :: "><span class="description">getEndLine()
</span><pre>getEndLine()</pre></a></li>
<li class="method public "><a href="#getExtension" title="getExtension :: "><span class="description">getExtension()
</span><pre>getExtension()</pre></a></li>
<li class="method public "><a href="#getExtensionName" title="getExtensionName :: "><span class="description">getExtensionName()
</span><pre>getExtensionName()</pre></a></li>
<li class="method public "><a href="#getFileName" title="getFileName :: "><span class="description">getFileName()
</span><pre>getFileName()</pre></a></li>
<li class="method public "><a href="#getInterfaceNames" title="getInterfaceNames :: "><span class="description">getInterfaceNames()
</span><pre>getInterfaceNames()</pre></a></li>
<li class="method public "><a href="#getInterfaces" title="getInterfaces :: "><span class="description">getInterfaces()
</span><pre>getInterfaces()</pre></a></li>
<li class="method public "><a href="#getMethod" title="getMethod :: "><span class="description">getMethod()
</span><pre>getMethod()</pre></a></li>
<li class="method public "><a href="#getMethods" title="getMethods :: "><span class="description">getMethods()
</span><pre>getMethods()</pre></a></li>
<li class="method public "><a href="#getModifiers" title="getModifiers :: "><span class="description">getModifiers()
</span><pre>getModifiers()</pre></a></li>
<li class="method public "><a href="#getName" title="getName :: "><span class="description">getName()
</span><pre>getName()</pre></a></li>
<li class="method public "><a href="#getNamespaceName" title="getNamespaceName :: "><span class="description">getNamespaceName()
</span><pre>getNamespaceName()</pre></a></li>
<li class="method public "><a href="#getParentClass" title="getParentClass :: "><span class="description">getParentClass()
</span><pre>getParentClass()</pre></a></li>
<li class="method public "><a href="#getProperties" title="getProperties :: "><span class="description">getProperties()
</span><pre>getProperties()</pre></a></li>
<li class="method public "><a href="#getProperty" title="getProperty :: "><span class="description">getProperty()
</span><pre>getProperty()</pre></a></li>
<li class="method public "><a href="#getShortName" title="getShortName :: "><span class="description">getShortName()
</span><pre>getShortName()</pre></a></li>
<li class="method public "><a href="#getStartLine" title="getStartLine :: "><span class="description">getStartLine()
</span><pre>getStartLine()</pre></a></li>
<li class="method public "><a href="#getStaticProperties" title="getStaticProperties :: "><span class="description">getStaticProperties()
</span><pre>getStaticProperties()</pre></a></li>
<li class="method public "><a href="#getStaticPropertyValue" title="getStaticPropertyValue :: "><span class="description">getStaticPropertyValue()
</span><pre>getStaticPropertyValue()</pre></a></li>
<li class="method public "><a href="#getTraitAliases" title="getTraitAliases :: "><span class="description">getTraitAliases()
</span><pre>getTraitAliases()</pre></a></li>
<li class="method public "><a href="#getTraitNames" title="getTraitNames :: "><span class="description">getTraitNames()
</span><pre>getTraitNames()</pre></a></li>
<li class="method public "><a href="#getTraits" title="getTraits :: "><span class="description">getTraits()
</span><pre>getTraits()</pre></a></li>
<li class="method public "><a href="#get_all" title="get_all :: Retrieve as much information about the class as possible"><span class="description">Retrieve as much information about the class as possible</span><pre>get_all()</pre></a></li>
<li class="method public "><a href="#hasConstant" title="hasConstant :: "><span class="description">hasConstant()
</span><pre>hasConstant()</pre></a></li>
<li class="method public "><a href="#hasMethod" title="hasMethod :: "><span class="description">hasMethod()
</span><pre>hasMethod()</pre></a></li>
<li class="method public "><a href="#hasProperty" title="hasProperty :: "><span class="description">hasProperty()
</span><pre>hasProperty()</pre></a></li>
<li class="method public "><a href="#implementsInterface" title="implementsInterface :: "><span class="description">implementsInterface()
</span><pre>implementsInterface()</pre></a></li>
<li class="method public "><a href="#inNamespace" title="inNamespace :: "><span class="description">inNamespace()
</span><pre>inNamespace()</pre></a></li>
<li class="method public "><a href="#isAbstract" title="isAbstract :: "><span class="description">isAbstract()
</span><pre>isAbstract()</pre></a></li>
<li class="method public "><a href="#isCloneable" title="isCloneable :: "><span class="description">isCloneable()
</span><pre>isCloneable()</pre></a></li>
<li class="method public "><a href="#isFinal" title="isFinal :: "><span class="description">isFinal()
</span><pre>isFinal()</pre></a></li>
<li class="method public "><a href="#isInstance" title="isInstance :: "><span class="description">isInstance()
</span><pre>isInstance()</pre></a></li>
<li class="method public "><a href="#isInstantiable" title="isInstantiable :: "><span class="description">isInstantiable()
</span><pre>isInstantiable()</pre></a></li>
<li class="method public "><a href="#isInterface" title="isInterface :: "><span class="description">isInterface()
</span><pre>isInterface()</pre></a></li>
<li class="method public "><a href="#isInternal" title="isInternal :: "><span class="description">isInternal()
</span><pre>isInternal()</pre></a></li>
<li class="method public "><a href="#isIterateable" title="isIterateable :: "><span class="description">isIterateable()
</span><pre>isIterateable()</pre></a></li>
<li class="method public "><a href="#isSubclassOf" title="isSubclassOf :: "><span class="description">isSubclassOf()
</span><pre>isSubclassOf()</pre></a></li>
<li class="method public "><a href="#isTrait" title="isTrait :: "><span class="description">isTrait()
</span><pre>isTrait()</pre></a></li>
<li class="method public "><a href="#isUserDefined" title="isUserDefined :: "><span class="description">isUserDefined()
</span><pre>isUserDefined()</pre></a></li>
<li class="method public "><a href="#newInstance" title="newInstance :: "><span class="description">newInstance()
</span><pre>newInstance()</pre></a></li>
<li class="method public "><a href="#newInstanceArgs" title="newInstanceArgs :: "><span class="description">newInstanceArgs()
</span><pre>newInstanceArgs()</pre></a></li>
<li class="method public "><a href="#newInstanceWithoutConstructor" title="newInstanceWithoutConstructor :: "><span class="description">newInstanceWithoutConstructor()
</span><pre>newInstanceWithoutConstructor()</pre></a></li>
<li class="method public "><a href="#setStaticPropertyValue" title="setStaticPropertyValue :: "><span class="description">setStaticPropertyValue()
</span><pre>setStaticPropertyValue()</pre></a></li>
</ul>
</div>
<div class="span8">
<a name="%5CR" id="\R"></a><div href="../classes/R.html" class="element class">
<p class="short_description">Class for examining other classes</p>
<div class="details">
<p class="long_description"></p>
<table class="table table-bordered">
<tr>
<th>package</th>
<td><a href="..//packages/miniMVC.System.html">miniMVC</a></td>
</tr>
<tr>
<th>subpackage</th>
<td>System</td>
</tr>
</table>
<h3>
<i class="icon-custom icon-method"></i> Methods</h3>
<a name="__call" id="__call"></a><div class="element clickable method public __call" data-toggle="collapse" data-target=".__call .collapse">
<h2>Attempt to run static functions in non-static context</h2>
<pre>__call(string $name, array $args) : mixed</pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$name</h4>
<code>string</code>
</div>
<div class="subelement argument">
<h4>$args</h4>
<code>array</code>
</div>
<h3>Returns</h3>
<div class="subelement response"><code>mixed</code></div>
</div></div>
</div>
<a name="__construct" id="__construct"></a><div class="element clickable method public __construct" data-toggle="collapse" data-target=".__construct .collapse">
<h2>ReflectionClass Constructor</h2>
<pre>__construct(mixed $var) </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$var</h4>
<code>mixed</code>
</div>
</div></div>
</div>
<a name="__toString" id="__toString"></a><div class="element clickable method public __toString" data-toggle="collapse" data-target=".__toString .collapse">
<h2>__toString()
</h2>
<pre>__toString() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::__toString()</td>
</tr></table>
</div></div>
</div>
<a name="export" id="export"></a><div class="element clickable method public export" data-toggle="collapse" data-target=".export .collapse">
<h2>export()
</h2>
<pre>export() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::export()</td>
</tr></table>
</div></div>
</div>
<a name="getConstant" id="getConstant"></a><div class="element clickable method public getConstant" data-toggle="collapse" data-target=".getConstant .collapse">
<h2>getConstant()
</h2>
<pre>getConstant() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getConstant()</td>
</tr></table>
</div></div>
</div>
<a name="getConstants" id="getConstants"></a><div class="element clickable method public getConstants" data-toggle="collapse" data-target=".getConstants .collapse">
<h2>getConstants()
</h2>
<pre>getConstants() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getConstants()</td>
</tr></table>
</div></div>
</div>
<a name="getConstructor" id="getConstructor"></a><div class="element clickable method public getConstructor" data-toggle="collapse" data-target=".getConstructor .collapse">
<h2>getConstructor()
</h2>
<pre>getConstructor() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getConstructor()</td>
</tr></table>
</div></div>
</div>
<a name="getDefaultProperties" id="getDefaultProperties"></a><div class="element clickable method public getDefaultProperties" data-toggle="collapse" data-target=".getDefaultProperties .collapse">
<h2>getDefaultProperties()
</h2>
<pre>getDefaultProperties() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getDefaultProperties()</td>
</tr></table>
</div></div>
</div>
<a name="getDocComment" id="getDocComment"></a><div class="element clickable method public getDocComment" data-toggle="collapse" data-target=".getDocComment .collapse">
<h2>getDocComment()
</h2>
<pre>getDocComment() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getDocComment()</td>
</tr></table>
</div></div>
</div>
<a name="getEndLine" id="getEndLine"></a><div class="element clickable method public getEndLine" data-toggle="collapse" data-target=".getEndLine .collapse">
<h2>getEndLine()
</h2>
<pre>getEndLine() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getEndLine()</td>
</tr></table>
</div></div>
</div>
<a name="getExtension" id="getExtension"></a><div class="element clickable method public getExtension" data-toggle="collapse" data-target=".getExtension .collapse">
<h2>getExtension()
</h2>
<pre>getExtension() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getExtension()</td>
</tr></table>
</div></div>
</div>
<a name="getExtensionName" id="getExtensionName"></a><div class="element clickable method public getExtensionName" data-toggle="collapse" data-target=".getExtensionName .collapse">
<h2>getExtensionName()
</h2>
<pre>getExtensionName() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getExtensionName()</td>
</tr></table>
</div></div>
</div>
<a name="getFileName" id="getFileName"></a><div class="element clickable method public getFileName" data-toggle="collapse" data-target=".getFileName .collapse">
<h2>getFileName()
</h2>
<pre>getFileName() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getFileName()</td>
</tr></table>
</div></div>
</div>
<a name="getInterfaceNames" id="getInterfaceNames"></a><div class="element clickable method public getInterfaceNames" data-toggle="collapse" data-target=".getInterfaceNames .collapse">
<h2>getInterfaceNames()
</h2>
<pre>getInterfaceNames() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getInterfaceNames()</td>
</tr></table>
</div></div>
</div>
<a name="getInterfaces" id="getInterfaces"></a><div class="element clickable method public getInterfaces" data-toggle="collapse" data-target=".getInterfaces .collapse">
<h2>getInterfaces()
</h2>
<pre>getInterfaces() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getInterfaces()</td>
</tr></table>
</div></div>
</div>
<a name="getMethod" id="getMethod"></a><div class="element clickable method public getMethod" data-toggle="collapse" data-target=".getMethod .collapse">
<h2>getMethod()
</h2>
<pre>getMethod() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getMethod()</td>
</tr></table>
</div></div>
</div>
<a name="getMethods" id="getMethods"></a><div class="element clickable method public getMethods" data-toggle="collapse" data-target=".getMethods .collapse">
<h2>getMethods()
</h2>
<pre>getMethods() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getMethods()</td>
</tr></table>
</div></div>
</div>
<a name="getModifiers" id="getModifiers"></a><div class="element clickable method public getModifiers" data-toggle="collapse" data-target=".getModifiers .collapse">
<h2>getModifiers()
</h2>
<pre>getModifiers() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getModifiers()</td>
</tr></table>
</div></div>
</div>
<a name="getName" id="getName"></a><div class="element clickable method public getName" data-toggle="collapse" data-target=".getName .collapse">
<h2>getName()
</h2>
<pre>getName() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getName()</td>
</tr></table>
</div></div>
</div>
<a name="getNamespaceName" id="getNamespaceName"></a><div class="element clickable method public getNamespaceName" data-toggle="collapse" data-target=".getNamespaceName .collapse">
<h2>getNamespaceName()
</h2>
<pre>getNamespaceName() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getNamespaceName()</td>
</tr></table>
</div></div>
</div>
<a name="getParentClass" id="getParentClass"></a><div class="element clickable method public getParentClass" data-toggle="collapse" data-target=".getParentClass .collapse">
<h2>getParentClass()
</h2>
<pre>getParentClass() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getParentClass()</td>
</tr></table>
</div></div>
</div>
<a name="getProperties" id="getProperties"></a><div class="element clickable method public getProperties" data-toggle="collapse" data-target=".getProperties .collapse">
<h2>getProperties()
</h2>
<pre>getProperties() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getProperties()</td>
</tr></table>
</div></div>
</div>
<a name="getProperty" id="getProperty"></a><div class="element clickable method public getProperty" data-toggle="collapse" data-target=".getProperty .collapse">
<h2>getProperty()
</h2>
<pre>getProperty() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getProperty()</td>
</tr></table>
</div></div>
</div>
<a name="getShortName" id="getShortName"></a><div class="element clickable method public getShortName" data-toggle="collapse" data-target=".getShortName .collapse">
<h2>getShortName()
</h2>
<pre>getShortName() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getShortName()</td>
</tr></table>
</div></div>
</div>
<a name="getStartLine" id="getStartLine"></a><div class="element clickable method public getStartLine" data-toggle="collapse" data-target=".getStartLine .collapse">
<h2>getStartLine()
</h2>
<pre>getStartLine() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getStartLine()</td>
</tr></table>
</div></div>
</div>
<a name="getStaticProperties" id="getStaticProperties"></a><div class="element clickable method public getStaticProperties" data-toggle="collapse" data-target=".getStaticProperties .collapse">
<h2>getStaticProperties()
</h2>
<pre>getStaticProperties() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getStaticProperties()</td>
</tr></table>
</div></div>
</div>
<a name="getStaticPropertyValue" id="getStaticPropertyValue"></a><div class="element clickable method public getStaticPropertyValue" data-toggle="collapse" data-target=".getStaticPropertyValue .collapse">
<h2>getStaticPropertyValue()
</h2>
<pre>getStaticPropertyValue() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getStaticPropertyValue()</td>
</tr></table>
</div></div>
</div>
<a name="getTraitAliases" id="getTraitAliases"></a><div class="element clickable method public getTraitAliases" data-toggle="collapse" data-target=".getTraitAliases .collapse">
<h2>getTraitAliases()
</h2>
<pre>getTraitAliases() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getTraitAliases()</td>
</tr></table>
</div></div>
</div>
<a name="getTraitNames" id="getTraitNames"></a><div class="element clickable method public getTraitNames" data-toggle="collapse" data-target=".getTraitNames .collapse">
<h2>getTraitNames()
</h2>
<pre>getTraitNames() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getTraitNames()</td>
</tr></table>
</div></div>
</div>
<a name="getTraits" id="getTraits"></a><div class="element clickable method public getTraits" data-toggle="collapse" data-target=".getTraits .collapse">
<h2>getTraits()
</h2>
<pre>getTraits() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::getTraits()</td>
</tr></table>
</div></div>
</div>
<a name="get_all" id="get_all"></a><div class="element clickable method public get_all" data-toggle="collapse" data-target=".get_all .collapse">
<h2>Retrieve as much information about the class as possible</h2>
<pre>get_all() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8"><p class="long_description"></p></div></div>
</div>
<a name="hasConstant" id="hasConstant"></a><div class="element clickable method public hasConstant" data-toggle="collapse" data-target=".hasConstant .collapse">
<h2>hasConstant()
</h2>
<pre>hasConstant() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::hasConstant()</td>
</tr></table>
</div></div>
</div>
<a name="hasMethod" id="hasMethod"></a><div class="element clickable method public hasMethod" data-toggle="collapse" data-target=".hasMethod .collapse">
<h2>hasMethod()
</h2>
<pre>hasMethod() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::hasMethod()</td>
</tr></table>
</div></div>
</div>
<a name="hasProperty" id="hasProperty"></a><div class="element clickable method public hasProperty" data-toggle="collapse" data-target=".hasProperty .collapse">
<h2>hasProperty()
</h2>
<pre>hasProperty() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::hasProperty()</td>
</tr></table>
</div></div>
</div>
<a name="implementsInterface" id="implementsInterface"></a><div class="element clickable method public implementsInterface" data-toggle="collapse" data-target=".implementsInterface .collapse">
<h2>implementsInterface()
</h2>
<pre>implementsInterface() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::implementsInterface()</td>
</tr></table>
</div></div>
</div>
<a name="inNamespace" id="inNamespace"></a><div class="element clickable method public inNamespace" data-toggle="collapse" data-target=".inNamespace .collapse">
<h2>inNamespace()
</h2>
<pre>inNamespace() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::inNamespace()</td>
</tr></table>
</div></div>
</div>
<a name="isAbstract" id="isAbstract"></a><div class="element clickable method public isAbstract" data-toggle="collapse" data-target=".isAbstract .collapse">
<h2>isAbstract()
</h2>
<pre>isAbstract() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::isAbstract()</td>
</tr></table>
</div></div>
</div>
<a name="isCloneable" id="isCloneable"></a><div class="element clickable method public isCloneable" data-toggle="collapse" data-target=".isCloneable .collapse">
<h2>isCloneable()
</h2>
<pre>isCloneable() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::isCloneable()</td>
</tr></table>
</div></div>
</div>
<a name="isFinal" id="isFinal"></a><div class="element clickable method public isFinal" data-toggle="collapse" data-target=".isFinal .collapse">
<h2>isFinal()
</h2>
<pre>isFinal() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::isFinal()</td>
</tr></table>
</div></div>
</div>
<a name="isInstance" id="isInstance"></a><div class="element clickable method public isInstance" data-toggle="collapse" data-target=".isInstance .collapse">
<h2>isInstance()
</h2>
<pre>isInstance() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::isInstance()</td>
</tr></table>
</div></div>
</div>
<a name="isInstantiable" id="isInstantiable"></a><div class="element clickable method public isInstantiable" data-toggle="collapse" data-target=".isInstantiable .collapse">
<h2>isInstantiable()
</h2>
<pre>isInstantiable() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::isInstantiable()</td>
</tr></table>
</div></div>
</div>
<a name="isInterface" id="isInterface"></a><div class="element clickable method public isInterface" data-toggle="collapse" data-target=".isInterface .collapse">
<h2>isInterface()
</h2>
<pre>isInterface() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::isInterface()</td>
</tr></table>
</div></div>
</div>
<a name="isInternal" id="isInternal"></a><div class="element clickable method public isInternal" data-toggle="collapse" data-target=".isInternal .collapse">
<h2>isInternal()
</h2>
<pre>isInternal() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::isInternal()</td>
</tr></table>
</div></div>
</div>
<a name="isIterateable" id="isIterateable"></a><div class="element clickable method public isIterateable" data-toggle="collapse" data-target=".isIterateable .collapse">
<h2>isIterateable()
</h2>
<pre>isIterateable() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::isIterateable()</td>
</tr></table>
</div></div>
</div>
<a name="isSubclassOf" id="isSubclassOf"></a><div class="element clickable method public isSubclassOf" data-toggle="collapse" data-target=".isSubclassOf .collapse">
<h2>isSubclassOf()
</h2>
<pre>isSubclassOf() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::isSubclassOf()</td>
</tr></table>
</div></div>
</div>
<a name="isTrait" id="isTrait"></a><div class="element clickable method public isTrait" data-toggle="collapse" data-target=".isTrait .collapse">
<h2>isTrait()
</h2>
<pre>isTrait() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::isTrait()</td>
</tr></table>
</div></div>
</div>
<a name="isUserDefined" id="isUserDefined"></a><div class="element clickable method public isUserDefined" data-toggle="collapse" data-target=".isUserDefined .collapse">
<h2>isUserDefined()
</h2>
<pre>isUserDefined() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::isUserDefined()</td>
</tr></table>
</div></div>
</div>
<a name="newInstance" id="newInstance"></a><div class="element clickable method public newInstance" data-toggle="collapse" data-target=".newInstance .collapse">
<h2>newInstance()
</h2>
<pre>newInstance() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::newInstance()</td>
</tr></table>
</div></div>
</div>
<a name="newInstanceArgs" id="newInstanceArgs"></a><div class="element clickable method public newInstanceArgs" data-toggle="collapse" data-target=".newInstanceArgs .collapse">
<h2>newInstanceArgs()
</h2>
<pre>newInstanceArgs() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::newInstanceArgs()</td>
</tr></table>
</div></div>
</div>
<a name="newInstanceWithoutConstructor" id="newInstanceWithoutConstructor"></a><div class="element clickable method public newInstanceWithoutConstructor" data-toggle="collapse" data-target=".newInstanceWithoutConstructor .collapse">
<h2>newInstanceWithoutConstructor()
</h2>
<pre>newInstanceWithoutConstructor() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::newInstanceWithoutConstructor()</td>
</tr></table>
</div></div>
</div>
<a name="setStaticPropertyValue" id="setStaticPropertyValue"></a><div class="element clickable method public setStaticPropertyValue" data-toggle="collapse" data-target=".setStaticPropertyValue .collapse">
<h2>setStaticPropertyValue()
</h2>
<pre>setStaticPropertyValue() </pre>
<div class="labels"></div>
<div class="row collapse"><div class="span8">
<p class="long_description"></p>
<table class="table table-bordered"><tr>
<th>inherited_from</th>
<td>ReflectionClass::setStaticPropertyValue()</td>
</tr></table>
</div></div>
</div>
</div>
</div>
</div>
</div>
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a2</a> and<br>
generated on 2012-04-26T15:45:23-04:00.<br></footer></div>
</div>
</body>
</html>