docu_system/classes/Twig-Environment.html
Ulf Gebhardt 50de610cf6
generated new version
missing changes

more

more

more
2024-11-21 02:49:15 +01:00

4584 lines
301 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title> SYSTEM - PHP Framework &raquo; \Twig_Environment
</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<base href="../">
<link href="css/template.css" rel="stylesheet" media="all"/>
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<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">SYSTEM - PHP Framework</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>Namespaces</a></li>
<li><a href="\LIB">LIB</a></li>
<li><a href="\GIT">GIT</a></li>
<li><a href="\vakata">vakata</a></li>
<li><a href="\Michelf">Michelf</a></li>
<li><a href="\MatthiasMullie">MatthiasMullie</a></li>
<li><a href="\PHPDocMD">PHPDocMD</a></li>
<li><a href="\ScssPhp">ScssPhp</a></li>
<li><a href="\SYSTEM">SYSTEM</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>&#160;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-list-alt"></i>&#160;Errors
</a>
</li>
<li>
<a href="markers.html">
<i class="icon-list-alt"></i>&#160;Markers
</a>
</li>
<li>
<a href="deprecated.html">
<i class="icon-list-alt"></i>&#160;Deprecated
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="go_to_top">
<a href="#___" style="color: inherit">Back to top&#160;&#160;<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>
<style>
.deprecated h2 {
text-decoration: line-through;
}
</style>
<div class="row">
<div class="span4">
<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>
<div 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>
</div>
<ul class="side-nav nav nav-list">
<li class="nav-header">
<i class="icon-custom icon-method"></i> Methods
<ul>
<li class="method public">
<a href="#method___construct" title="__construct :: Constructor.">
<span class="description">Constructor.</span><pre>__construct</pre>
</a>
</li>
<li class="method public">
<a href="#method_addExtension" title="addExtension :: Registers an extension.">
<span class="description">Registers an extension.</span><pre>addExtension</pre>
</a>
</li>
<li class="method public">
<a href="#method_addFilter" title="addFilter :: Registers a Filter.">
<span class="description">Registers a Filter.</span><pre>addFilter</pre>
</a>
</li>
<li class="method public">
<a href="#method_addFunction" title="addFunction :: Registers a Function.">
<span class="description">Registers a Function.</span><pre>addFunction</pre>
</a>
</li>
<li class="method public">
<a href="#method_addGlobal" title="addGlobal :: Registers a Global.">
<span class="description">Registers a Global.</span><pre>addGlobal</pre>
</a>
</li>
<li class="method public">
<a href="#method_addNodeVisitor" title="addNodeVisitor :: Registers a Node Visitor.">
<span class="description">Registers a Node Visitor.</span><pre>addNodeVisitor</pre>
</a>
</li>
<li class="method public">
<a href="#method_addTest" title="addTest :: Registers a Test.">
<span class="description">Registers a Test.</span><pre>addTest</pre>
</a>
</li>
<li class="method public">
<a href="#method_addTokenParser" title="addTokenParser :: Registers a Token Parser.">
<span class="description">Registers a Token Parser.</span><pre>addTokenParser</pre>
</a>
</li>
<li class="method public">
<a href="#method_compile" title="compile :: Compiles a node and returns the PHP code.">
<span class="description">Compiles a node and returns the PHP code.</span><pre>compile</pre>
</a>
</li>
<li class="method public">
<a href="#method_compileSource" title="compileSource :: Compiles a template source code.">
<span class="description">Compiles a template source code.</span><pre>compileSource</pre>
</a>
</li>
<li class="method public">
<a href="#method_createTemplate" title="createTemplate :: Creates a template from source.">
<span class="description">Creates a template from source.</span><pre>createTemplate</pre>
</a>
</li>
<li class="method public">
<a href="#method_disableAutoReload" title="disableAutoReload :: Disables the auto_reload option.">
<span class="description">Disables the auto_reload option.</span><pre>disableAutoReload</pre>
</a>
</li>
<li class="method public">
<a href="#method_disableDebug" title="disableDebug :: Disables debugging mode.">
<span class="description">Disables debugging mode.</span><pre>disableDebug</pre>
</a>
</li>
<li class="method public">
<a href="#method_disableStrictVariables" title="disableStrictVariables :: Disables the strict_variables option.">
<span class="description">Disables the strict_variables option.</span><pre>disableStrictVariables</pre>
</a>
</li>
<li class="method public">
<a href="#method_display" title="display :: Displays a template.">
<span class="description">Displays a template.</span><pre>display</pre>
</a>
</li>
<li class="method public">
<a href="#method_enableAutoReload" title="enableAutoReload :: Enables the auto_reload option.">
<span class="description">Enables the auto_reload option.</span><pre>enableAutoReload</pre>
</a>
</li>
<li class="method public">
<a href="#method_enableDebug" title="enableDebug :: Enables debugging mode.">
<span class="description">Enables debugging mode.</span><pre>enableDebug</pre>
</a>
</li>
<li class="method public">
<a href="#method_enableStrictVariables" title="enableStrictVariables :: Enables the strict_variables option.">
<span class="description">Enables the strict_variables option.</span><pre>enableStrictVariables</pre>
</a>
</li>
<li class="method public">
<a href="#method_getBaseTemplateClass" title="getBaseTemplateClass :: Gets the base template class for compiled templates.">
<span class="description">Gets the base template class for compiled templates.</span><pre>getBaseTemplateClass</pre>
</a>
</li>
<li class="method public">
<a href="#method_getBinaryOperators" title="getBinaryOperators :: Gets the registered binary Operators.">
<span class="description">Gets the registered binary Operators.</span><pre>getBinaryOperators</pre>
</a>
</li>
<li class="method public">
<a href="#method_getCache" title="getCache :: Gets the current cache implementation.">
<span class="description">Gets the current cache implementation.</span><pre>getCache</pre>
</a>
</li>
<li class="method public">
<a href="#method_getCharset" title="getCharset :: Gets the default template charset.">
<span class="description">Gets the default template charset.</span><pre>getCharset</pre>
</a>
</li>
<li class="method public">
<a href="#method_getCompiler" title="getCompiler :: Gets the Compiler instance.">
<span class="description">Gets the Compiler instance.</span><pre>getCompiler</pre>
</a>
</li>
<li class="method public">
<a href="#method_getExtension" title="getExtension :: Gets an extension by name.">
<span class="description">Gets an extension by name.</span><pre>getExtension</pre>
</a>
</li>
<li class="method public">
<a href="#method_getExtensions" title="getExtensions :: Returns all registered extensions.">
<span class="description">Returns all registered extensions.</span><pre>getExtensions</pre>
</a>
</li>
<li class="method public">
<a href="#method_getFilter" title="getFilter :: Get a filter by name.">
<span class="description">Get a filter by name.</span><pre>getFilter</pre>
</a>
</li>
<li class="method public">
<a href="#method_getFilters" title="getFilters :: Gets the registered Filters.">
<span class="description">Gets the registered Filters.</span><pre>getFilters</pre>
</a>
</li>
<li class="method public">
<a href="#method_getFunction" title="getFunction :: Get a function by name.">
<span class="description">Get a function by name.</span><pre>getFunction</pre>
</a>
</li>
<li class="method public">
<a href="#method_getFunctions" title="getFunctions :: Gets registered functions.">
<span class="description">Gets registered functions.</span><pre>getFunctions</pre>
</a>
</li>
<li class="method public">
<a href="#method_getGlobals" title="getGlobals :: Gets the registered Globals.">
<span class="description">Gets the registered Globals.</span><pre>getGlobals</pre>
</a>
</li>
<li class="method public">
<a href="#method_getLexer" title="getLexer :: Gets the Lexer instance.">
<span class="description">Gets the Lexer instance.</span><pre>getLexer</pre>
</a>
</li>
<li class="method public">
<a href="#method_getLoader" title="getLoader :: Gets the Loader instance.">
<span class="description">Gets the Loader instance.</span><pre>getLoader</pre>
</a>
</li>
<li class="method public">
<a href="#method_getNodeVisitors" title="getNodeVisitors :: Gets the registered Node Visitors.">
<span class="description">Gets the registered Node Visitors.</span><pre>getNodeVisitors</pre>
</a>
</li>
<li class="method public">
<a href="#method_getParser" title="getParser :: Gets the Parser instance.">
<span class="description">Gets the Parser instance.</span><pre>getParser</pre>
</a>
</li>
<li class="method public">
<a href="#method_getTags" title="getTags :: Gets registered tags.">
<span class="description">Gets registered tags.</span><pre>getTags</pre>
</a>
</li>
<li class="method public">
<a href="#method_getTemplateClass" title="getTemplateClass :: Gets the template class associated with the given string.">
<span class="description">Gets the template class associated with the given string.</span><pre>getTemplateClass</pre>
</a>
</li>
<li class="method public">
<a href="#method_getTest" title="getTest :: Gets a test by name.">
<span class="description">Gets a test by name.</span><pre>getTest</pre>
</a>
</li>
<li class="method public">
<a href="#method_getTests" title="getTests :: Gets the registered Tests.">
<span class="description">Gets the registered Tests.</span><pre>getTests</pre>
</a>
</li>
<li class="method public">
<a href="#method_getTokenParsers" title="getTokenParsers :: Gets the registered Token Parsers.">
<span class="description">Gets the registered Token Parsers.</span><pre>getTokenParsers</pre>
</a>
</li>
<li class="method public">
<a href="#method_getUnaryOperators" title="getUnaryOperators :: Gets the registered unary Operators.">
<span class="description">Gets the registered unary Operators.</span><pre>getUnaryOperators</pre>
</a>
</li>
<li class="method public">
<a href="#method_hasExtension" title="hasExtension :: Returns true if the given extension is registered.">
<span class="description">Returns true if the given extension is registered.</span><pre>hasExtension</pre>
</a>
</li>
<li class="method public">
<a href="#method_initRuntime" title="initRuntime :: Initializes the runtime environment.">
<span class="description">Initializes the runtime environment.</span><pre>initRuntime</pre>
</a>
</li>
<li class="method public">
<a href="#method_isAutoReload" title="isAutoReload :: Checks if the auto_reload option is enabled.">
<span class="description">Checks if the auto_reload option is enabled.</span><pre>isAutoReload</pre>
</a>
</li>
<li class="method public">
<a href="#method_isDebug" title="isDebug :: Checks if debug mode is enabled.">
<span class="description">Checks if debug mode is enabled.</span><pre>isDebug</pre>
</a>
</li>
<li class="method public">
<a href="#method_isStrictVariables" title="isStrictVariables :: Checks if the strict_variables option is enabled.">
<span class="description">Checks if the strict_variables option is enabled.</span><pre>isStrictVariables</pre>
</a>
</li>
<li class="method public">
<a href="#method_isTemplateFresh" title="isTemplateFresh :: Returns true if the template is still fresh.">
<span class="description">Returns true if the template is still fresh.</span><pre>isTemplateFresh</pre>
</a>
</li>
<li class="method public">
<a href="#method_loadTemplate" title="loadTemplate :: Loads a template by name.">
<span class="description">Loads a template by name.</span><pre>loadTemplate</pre>
</a>
</li>
<li class="method public">
<a href="#method_mergeGlobals" title="mergeGlobals :: Merges a context with the defined globals.">
<span class="description">Merges a context with the defined globals.</span><pre>mergeGlobals</pre>
</a>
</li>
<li class="method public">
<a href="#method_parse" title="parse :: Converts a token stream to a node tree.">
<span class="description">Converts a token stream to a node tree.</span><pre>parse</pre>
</a>
</li>
<li class="method public">
<a href="#method_registerUndefinedFilterCallback" title="registerUndefinedFilterCallback :: ">
<span class="description"></span><pre>registerUndefinedFilterCallback</pre>
</a>
</li>
<li class="method public">
<a href="#method_registerUndefinedFunctionCallback" title="registerUndefinedFunctionCallback :: ">
<span class="description"></span><pre>registerUndefinedFunctionCallback</pre>
</a>
</li>
<li class="method public">
<a href="#method_render" title="render :: Renders a template.">
<span class="description">Renders a template.</span><pre>render</pre>
</a>
</li>
<li class="method public">
<a href="#method_resolveTemplate" title="resolveTemplate :: Tries to load a template consecutively from an array.">
<span class="description">Tries to load a template consecutively from an array.</span><pre>resolveTemplate</pre>
</a>
</li>
<li class="method public">
<a href="#method_setBaseTemplateClass" title="setBaseTemplateClass :: Sets the base template class for compiled templates.">
<span class="description">Sets the base template class for compiled templates.</span><pre>setBaseTemplateClass</pre>
</a>
</li>
<li class="method public">
<a href="#method_setCache" title="setCache :: Sets the current cache implementation.">
<span class="description">Sets the current cache implementation.</span><pre>setCache</pre>
</a>
</li>
<li class="method public">
<a href="#method_setCharset" title="setCharset :: Sets the default template charset.">
<span class="description">Sets the default template charset.</span><pre>setCharset</pre>
</a>
</li>
<li class="method public">
<a href="#method_setCompiler" title="setCompiler :: Sets the Compiler instance.">
<span class="description">Sets the Compiler instance.</span><pre>setCompiler</pre>
</a>
</li>
<li class="method public">
<a href="#method_setExtensions" title="setExtensions :: Registers an array of extensions.">
<span class="description">Registers an array of extensions.</span><pre>setExtensions</pre>
</a>
</li>
<li class="method public">
<a href="#method_setLexer" title="setLexer :: Sets the Lexer instance.">
<span class="description">Sets the Lexer instance.</span><pre>setLexer</pre>
</a>
</li>
<li class="method public">
<a href="#method_setLoader" title="setLoader :: Sets the Loader instance.">
<span class="description">Sets the Loader instance.</span><pre>setLoader</pre>
</a>
</li>
<li class="method public">
<a href="#method_setParser" title="setParser :: Sets the Parser instance.">
<span class="description">Sets the Parser instance.</span><pre>setParser</pre>
</a>
</li>
<li class="method public">
<a href="#method_tokenize" title="tokenize :: Tokenizes a source code.">
<span class="description">Tokenizes a source code.</span><pre>tokenize</pre>
</a>
</li>
</ul>
</li>
<li class="nav-header protected">» Protected
<ul>
</ul>
</li>
<li class="nav-header private">» Private
<ul>
<li class="method private">
<a href="#method_initExtension" title="initExtension :: ">
<span class="description"></span><pre>initExtension</pre>
</a>
</li>
<li class="method private">
<a href="#method_initExtensions" title="initExtensions :: ">
<span class="description"></span><pre>initExtensions</pre>
</a>
</li>
<li class="method private">
<a href="#method_initGlobals" title="initGlobals :: ">
<span class="description"></span><pre>initGlobals</pre>
</a>
</li>
</ul>
</li>
<li class="nav-header">
<i class="icon-custom icon-constant"></i> Constants
<ul>
<li class="constant public">
<a href="#constant_VERSION" title="VERSION :: ">
<span class="description"></span><pre>VERSION</pre>
</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="span8">
<div class="element class">
<h1>Twig_Environment</h1>
<small style="display: block; text-align: right">
</small>
<p class="short_description">Stores the Twig configuration.</p>
<div class="details">
<div class="long_description">
</div>
<table class="table table-bordered">
<tr>
<th>
author
</th>
<td>
<p>Fabien Potencier <a href="mailto:fabien@symfony.com">fabien@symfony.com</a></p>
</td>
</tr>
<tr>
<th>
package
</th>
<td>
<p>Application</p>
</td>
</tr>
</table>
<h3><i class="icon-custom icon-method"></i> Methods</h3>
<a id="method___construct"></a>
<div class="element clickable method public method___construct" data-toggle="collapse" data-target=".method___construct .collapse">
<h2>Constructor.</h2>
<pre>__construct(\Twig_LoaderInterfaceloader, arrayoptions = array()) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>Available options:</p>
<ul>
<li>
<p>debug: When set to true, it automatically set &quot;auto_reload&quot; to true as
well (default to false).</p>
</li>
<li>
<p>charset: The charset used by the templates (default to UTF-8).</p>
</li>
<li>
<p>base_template_class: The base template class to use for generated
templates (default to Twig_Template).</p>
</li>
<li>
<p>cache: An absolute path where to store the compiled templates,
a Twig_Cache_Interface implementation,
or false to disable compilation cache (default).</p>
</li>
<li>
<p>auto_reload: Whether to reload the template if the original source changed.
If you don't provide the auto_reload option, it will be
determined automatically based on the debug value.</p>
</li>
<li>
<p>strict_variables: Whether to ignore invalid variables in templates
(default to false).</p>
</li>
<li>
<p>autoescape: Whether to enable auto-escaping (default to html):
* false: disable auto-escaping
* html, js: set the autoescaping to one of the supported strategies
* filename: set the autoescaping strategy based on the template filename extension
* PHP callback: a PHP callback that returns an escaping strategy based on the template &quot;filename&quot;</p>
</li>
<li>
<p>optimizations: A flag that indicates which optimizations to apply
(default to -1 which means that all optimizations are enabled;
set it to 0 to disable).</p>
</li>
</ul>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>loader</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_LoaderInterface</code><p><p>A Twig_LoaderInterface instance</p>
</p>
</div>
<div class="subelement argument">
<h4>options</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p><p>An array of options</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_addExtension"></a>
<div class="element clickable method public method_addExtension" data-toggle="collapse" data-target=".method_addExtension .collapse">
<h2>Registers an extension.</h2>
<pre>addExtension(\Twig_ExtensionInterfaceextension) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>extension</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_ExtensionInterface</code><p><p>A Twig_ExtensionInterface instance</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_addFilter"></a>
<div class="element clickable method public method_addFilter" data-toggle="collapse" data-target=".method_addFilter .collapse">
<h2>Registers a Filter.</h2>
<pre>addFilter(\Twig_Filterfilter) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>filter</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Filter</code><p><p>A Twig_Filter instance</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_addFunction"></a>
<div class="element clickable method public method_addFunction" data-toggle="collapse" data-target=".method_addFunction .collapse">
<h2>Registers a Function.</h2>
<pre>addFunction(\Twig_Functionfunction) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>function</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Function</code><p><p>A Twig_Function instance</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_addGlobal"></a>
<div class="element clickable method public method_addGlobal" data-toggle="collapse" data-target=".method_addGlobal .collapse">
<h2>Registers a Global.</h2>
<pre>addGlobal(stringname, mixedvalue) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>New globals can be added before compiling or rendering a template;
but after, you can only update existing globals.</p>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The global name</p>
</p>
</div>
<div class="subelement argument">
<h4>value</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p><p>The global value</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_addNodeVisitor"></a>
<div class="element clickable method public method_addNodeVisitor" data-toggle="collapse" data-target=".method_addNodeVisitor .collapse">
<h2>Registers a Node Visitor.</h2>
<pre>addNodeVisitor(\Twig_NodeVisitorInterfacevisitor) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>visitor</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_NodeVisitorInterface</code><p><p>A Twig_NodeVisitorInterface instance</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_addTest"></a>
<div class="element clickable method public method_addTest" data-toggle="collapse" data-target=".method_addTest .collapse">
<h2>Registers a Test.</h2>
<pre>addTest(\Twig_Testtest) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>test</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Test</code><p><p>A Twig_Test instance</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_addTokenParser"></a>
<div class="element clickable method public method_addTokenParser" data-toggle="collapse" data-target=".method_addTokenParser .collapse">
<h2>Registers a Token Parser.</h2>
<pre>addTokenParser(\Twig_TokenParserInterfaceparser) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>parser</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_TokenParserInterface</code><p><p>A Twig_TokenParserInterface instance</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_compile"></a>
<div class="element clickable method public method_compile" data-toggle="collapse" data-target=".method_compile .collapse">
<h2>Compiles a node and returns the PHP code.</h2>
<pre>compile(\Twig_Nodenode) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>node</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Node</code><p><p>A Twig_Node instance</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The compiled PHP source code</p>
</p>
</div>
</div>
</div>
<a id="method_compileSource"></a>
<div class="element clickable method public method_compileSource" data-toggle="collapse" data-target=".method_compileSource .collapse">
<h2>Compiles a template source code.</h2>
<pre>compileSource(stringsource, stringname = null) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Syntax</dt>
<dd><p>When there was an error during tokenizing, parsing or compiling</p>
</dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>source</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The template source code</p>
</p>
</div>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The template name</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The compiled PHP source code</p>
</p>
</div>
</div>
</div>
<a id="method_createTemplate"></a>
<div class="element clickable method public method_createTemplate" data-toggle="collapse" data-target=".method_createTemplate .collapse">
<h2>Creates a template from source.</h2>
<pre>createTemplate(stringtemplate) : \Twig_Template</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>This method should not be used as a generic way to load templates.</p>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Loader</dt>
<dd><p>When the template cannot be found</p>
</dd>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Syntax</dt>
<dd><p>When an error occurred during compilation</p>
</dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>template</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The template name</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Template</code><p><p>A template instance representing the given template name</p>
</p>
</div>
</div>
</div>
<a id="method_disableAutoReload"></a>
<div class="element clickable method public method_disableAutoReload" data-toggle="collapse" data-target=".method_disableAutoReload .collapse">
<h2>Disables the auto_reload option.</h2>
<pre>disableAutoReload() : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_disableDebug"></a>
<div class="element clickable method public method_disableDebug" data-toggle="collapse" data-target=".method_disableDebug .collapse">
<h2>Disables debugging mode.</h2>
<pre>disableDebug() : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_disableStrictVariables"></a>
<div class="element clickable method public method_disableStrictVariables" data-toggle="collapse" data-target=".method_disableStrictVariables .collapse">
<h2>Disables the strict_variables option.</h2>
<pre>disableStrictVariables() : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_display"></a>
<div class="element clickable method public method_display" data-toggle="collapse" data-target=".method_display .collapse">
<h2>Displays a template.</h2>
<pre>display(stringname, arraycontext = array()) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Loader</dt>
<dd><p>When the template cannot be found</p>
</dd>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Syntax</dt>
<dd><p>When an error occurred during compilation</p>
</dd>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Runtime</dt>
<dd><p>When an error occurred during rendering</p>
</dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The template name</p>
</p>
</div>
<div class="subelement argument">
<h4>context</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p><p>An array of parameters to pass to the template</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_enableAutoReload"></a>
<div class="element clickable method public method_enableAutoReload" data-toggle="collapse" data-target=".method_enableAutoReload .collapse">
<h2>Enables the auto_reload option.</h2>
<pre>enableAutoReload() : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_enableDebug"></a>
<div class="element clickable method public method_enableDebug" data-toggle="collapse" data-target=".method_enableDebug .collapse">
<h2>Enables debugging mode.</h2>
<pre>enableDebug() : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_enableStrictVariables"></a>
<div class="element clickable method public method_enableStrictVariables" data-toggle="collapse" data-target=".method_enableStrictVariables .collapse">
<h2>Enables the strict_variables option.</h2>
<pre>enableStrictVariables() : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_getBaseTemplateClass"></a>
<div class="element clickable method public method_getBaseTemplateClass" data-toggle="collapse" data-target=".method_getBaseTemplateClass .collapse">
<h2>Gets the base template class for compiled templates.</h2>
<pre>getBaseTemplateClass() : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The base template class name</p>
</p>
</div>
</div>
</div>
<a id="method_getBinaryOperators"></a>
<div class="element clickable method public method_getBinaryOperators" data-toggle="collapse" data-target=".method_getBinaryOperators .collapse">
<h2>Gets the registered binary Operators.</h2>
<pre>getBinaryOperators() : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p><p>An array of binary operators</p>
</p>
</div>
</div>
</div>
<a id="method_getCache"></a>
<div class="element clickable method public method_getCache" data-toggle="collapse" data-target=".method_getCache .collapse">
<h2>Gets the current cache implementation.</h2>
<pre>getCache(booloriginal = true) : \Twig_CacheInterface|string|false</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>original</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p><p>Whether to return the original cache option or the real cache instance</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_CacheInterface|string|false</code><p><p>A Twig_CacheInterface implementation,
an absolute path to the compiled templates,
or false to disable cache</p>
</p>
</div>
</div>
</div>
<a id="method_getCharset"></a>
<div class="element clickable method public method_getCharset" data-toggle="collapse" data-target=".method_getCharset .collapse">
<h2>Gets the default template charset.</h2>
<pre>getCharset() : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The default charset</p>
</p>
</div>
</div>
</div>
<a id="method_getCompiler"></a>
<div class="element clickable method public method_getCompiler" data-toggle="collapse" data-target=".method_getCompiler .collapse">
<h2>Gets the Compiler instance.</h2>
<pre>getCompiler() : \Twig_Compiler</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Compiler</code><p><p>A Twig_Compiler instance</p>
</p>
</div>
</div>
</div>
<a id="method_getExtension"></a>
<div class="element clickable method public method_getExtension" data-toggle="collapse" data-target=".method_getExtension .collapse">
<h2>Gets an extension by name.</h2>
<pre>getExtension(stringname) : \Twig_ExtensionInterface</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The extension name</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_ExtensionInterface</code><p><p>A Twig_ExtensionInterface instance</p>
</p>
</div>
</div>
</div>
<a id="method_getExtensions"></a>
<div class="element clickable method public method_getExtensions" data-toggle="collapse" data-target=".method_getExtensions .collapse">
<h2>Returns all registered extensions.</h2>
<pre>getExtensions() : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p><p>An array of extensions</p>
</p>
</div>
</div>
</div>
<a id="method_getFilter"></a>
<div class="element clickable method public method_getFilter" data-toggle="collapse" data-target=".method_getFilter .collapse">
<h2>Get a filter by name.</h2>
<pre>getFilter(stringname) : \Twig_Filter|false</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>Subclasses may override this method and load filters differently;
so no list of filters is available.</p>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The filter name</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Filter|false</code><p><p>A Twig_Filter instance or false if the filter does not exist</p>
</p>
</div>
</div>
</div>
<a id="method_getFilters"></a>
<div class="element clickable method public method_getFilters" data-toggle="collapse" data-target=".method_getFilters .collapse">
<h2>Gets the registered Filters.</h2>
<pre>getFilters() : \Twig_Filter[]</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>Be warned that this method cannot return filters defined with registerUndefinedFunctionCallback.</p>
</div>
<table class="table">
<tr>
<th>
see
</th>
<td>
<abbr title="\registerUndefinedFilterCallback">registerUndefinedFilterCallback</abbr>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Filter[]</code><p><p>An array of Twig_Filter instances</p>
</p>
</div>
</div>
</div>
<a id="method_getFunction"></a>
<div class="element clickable method public method_getFunction" data-toggle="collapse" data-target=".method_getFunction .collapse">
<h2>Get a function by name.</h2>
<pre>getFunction(stringname) : \Twig_Function|false</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>Subclasses may override this method and load functions differently;
so no list of functions is available.</p>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>function name</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Function|false</code><p><p>A Twig_Function instance or false if the function does not exist</p>
</p>
</div>
</div>
</div>
<a id="method_getFunctions"></a>
<div class="element clickable method public method_getFunctions" data-toggle="collapse" data-target=".method_getFunctions .collapse">
<h2>Gets registered functions.</h2>
<pre>getFunctions() : \Twig_Function[]</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>Be warned that this method cannot return functions defined with registerUndefinedFunctionCallback.</p>
</div>
<table class="table">
<tr>
<th>
see
</th>
<td>
<abbr title="\registerUndefinedFunctionCallback">registerUndefinedFunctionCallback</abbr>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Function[]</code><p><p>An array of Twig_Function instances</p>
</p>
</div>
</div>
</div>
<a id="method_getGlobals"></a>
<div class="element clickable method public method_getGlobals" data-toggle="collapse" data-target=".method_getGlobals .collapse">
<h2>Gets the registered Globals.</h2>
<pre>getGlobals() : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p><p>An array of globals</p>
</p>
</div>
</div>
</div>
<a id="method_getLexer"></a>
<div class="element clickable method public method_getLexer" data-toggle="collapse" data-target=".method_getLexer .collapse">
<h2>Gets the Lexer instance.</h2>
<pre>getLexer() : \Twig_Lexer</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Lexer</code><p><p>A Twig_Lexer instance</p>
</p>
</div>
</div>
</div>
<a id="method_getLoader"></a>
<div class="element clickable method public method_getLoader" data-toggle="collapse" data-target=".method_getLoader .collapse">
<h2>Gets the Loader instance.</h2>
<pre>getLoader() : \Twig_LoaderInterface</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_LoaderInterface</code><p><p>A Twig_LoaderInterface instance</p>
</p>
</div>
</div>
</div>
<a id="method_getNodeVisitors"></a>
<div class="element clickable method public method_getNodeVisitors" data-toggle="collapse" data-target=".method_getNodeVisitors .collapse">
<h2>Gets the registered Node Visitors.</h2>
<pre>getNodeVisitors() : \Twig_NodeVisitorInterface[]</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_NodeVisitorInterface[]</code><p><p>An array of Twig_NodeVisitorInterface instances</p>
</p>
</div>
</div>
</div>
<a id="method_getParser"></a>
<div class="element clickable method public method_getParser" data-toggle="collapse" data-target=".method_getParser .collapse">
<h2>Gets the Parser instance.</h2>
<pre>getParser() : \Twig_Parser</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Parser</code><p><p>A Twig_Parser instance</p>
</p>
</div>
</div>
</div>
<a id="method_getTags"></a>
<div class="element clickable method public method_getTags" data-toggle="collapse" data-target=".method_getTags .collapse">
<h2>Gets registered tags.</h2>
<pre>getTags() : \Twig_TokenParserInterface[]</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_TokenParserInterface[]</code><p><p>An array of Twig_TokenParserInterface instances</p>
</p>
</div>
</div>
</div>
<a id="method_getTemplateClass"></a>
<div class="element clickable method public method_getTemplateClass" data-toggle="collapse" data-target=".method_getTemplateClass .collapse">
<h2>Gets the template class associated with the given string.</h2>
<pre>getTemplateClass(stringname, int|nullindex = null) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>The generated template class is based on the following parameters:</p>
<ul>
<li>The cache key for the given template;</li>
<li>The currently enabled extensions;</li>
<li>Whether the Twig C extension is available or not.</li>
</ul>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The name for which to calculate the template class name</p>
</p>
</div>
<div class="subelement argument">
<h4>index</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int|null</code><p><p>The index if it is an embedded template</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The template class name</p>
</p>
</div>
</div>
</div>
<a id="method_getTest"></a>
<div class="element clickable method public method_getTest" data-toggle="collapse" data-target=".method_getTest .collapse">
<h2>Gets a test by name.</h2>
<pre>getTest(stringname) : \Twig_Test|false</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The test name</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Test|false</code><p><p>A Twig_Test instance or false if the test does not exist</p>
</p>
</div>
</div>
</div>
<a id="method_getTests"></a>
<div class="element clickable method public method_getTests" data-toggle="collapse" data-target=".method_getTests .collapse">
<h2>Gets the registered Tests.</h2>
<pre>getTests() : \Twig_Test[]</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Test[]</code><p><p>An array of Twig_Test instances</p>
</p>
</div>
</div>
</div>
<a id="method_getTokenParsers"></a>
<div class="element clickable method public method_getTokenParsers" data-toggle="collapse" data-target=".method_getTokenParsers .collapse">
<h2>Gets the registered Token Parsers.</h2>
<pre>getTokenParsers() : \Twig_TokenParserInterface[]</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_TokenParserInterface[]</code><p><p>An array of Twig_TokenParserInterface</p>
</p>
</div>
</div>
</div>
<a id="method_getUnaryOperators"></a>
<div class="element clickable method public method_getUnaryOperators" data-toggle="collapse" data-target=".method_getUnaryOperators .collapse">
<h2>Gets the registered unary Operators.</h2>
<pre>getUnaryOperators() : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p><p>An array of unary operators</p>
</p>
</div>
</div>
</div>
<a id="method_hasExtension"></a>
<div class="element clickable method public method_hasExtension" data-toggle="collapse" data-target=".method_hasExtension .collapse">
<h2>Returns true if the given extension is registered.</h2>
<pre>hasExtension(stringname) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The extension name</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p><p>Whether the extension is registered or not</p>
</p>
</div>
</div>
</div>
<a id="method_initExtension"></a>
<div class="element clickable method private method_initExtension" data-toggle="collapse" data-target=".method_initExtension .collapse">
<h2>initExtension</h2>
<pre>initExtension(\Twig_ExtensionInterfaceextension) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>extension</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_ExtensionInterface</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_initExtensions"></a>
<div class="element clickable method private method_initExtensions" data-toggle="collapse" data-target=".method_initExtensions .collapse">
<h2>initExtensions</h2>
<pre>initExtensions() : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_initGlobals"></a>
<div class="element clickable method private method_initGlobals" data-toggle="collapse" data-target=".method_initGlobals .collapse">
<h2>initGlobals</h2>
<pre>initGlobals() : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_initRuntime"></a>
<div class="element clickable method public method_initRuntime" data-toggle="collapse" data-target=".method_initRuntime .collapse">
<h2>Initializes the runtime environment.</h2>
<pre>initRuntime() : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_isAutoReload"></a>
<div class="element clickable method public method_isAutoReload" data-toggle="collapse" data-target=".method_isAutoReload .collapse">
<h2>Checks if the auto_reload option is enabled.</h2>
<pre>isAutoReload() : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p><p>true if auto_reload is enabled, false otherwise</p>
</p>
</div>
</div>
</div>
<a id="method_isDebug"></a>
<div class="element clickable method public method_isDebug" data-toggle="collapse" data-target=".method_isDebug .collapse">
<h2>Checks if debug mode is enabled.</h2>
<pre>isDebug() : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p><p>true if debug mode is enabled, false otherwise</p>
</p>
</div>
</div>
</div>
<a id="method_isStrictVariables"></a>
<div class="element clickable method public method_isStrictVariables" data-toggle="collapse" data-target=".method_isStrictVariables .collapse">
<h2>Checks if the strict_variables option is enabled.</h2>
<pre>isStrictVariables() : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p><p>true if strict_variables is enabled, false otherwise</p>
</p>
</div>
</div>
</div>
<a id="method_isTemplateFresh"></a>
<div class="element clickable method public method_isTemplateFresh" data-toggle="collapse" data-target=".method_isTemplateFresh .collapse">
<h2>Returns true if the template is still fresh.</h2>
<pre>isTemplateFresh(stringname, inttime) : bool</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>Besides checking the loader for freshness information,
this method also checks if the enabled extensions have
not changed.</p>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The template name</p>
</p>
</div>
<div class="subelement argument">
<h4>time</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p><p>The last modification time of the cached template</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
bool</code><p><p>true if the template is fresh, false otherwise</p>
</p>
</div>
</div>
</div>
<a id="method_loadTemplate"></a>
<div class="element clickable method public method_loadTemplate" data-toggle="collapse" data-target=".method_loadTemplate .collapse">
<h2>Loads a template by name.</h2>
<pre>loadTemplate(stringname, intindex = null) : \Twig_Template</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Loader</dt>
<dd><p>When the template cannot be found</p>
</dd>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Syntax</dt>
<dd><p>When an error occurred during compilation</p>
</dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The template name</p>
</p>
</div>
<div class="subelement argument">
<h4>index</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
int</code><p><p>The index if it is an embedded template</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Template</code><p><p>A template instance representing the given template name</p>
</p>
</div>
</div>
</div>
<a id="method_mergeGlobals"></a>
<div class="element clickable method public method_mergeGlobals" data-toggle="collapse" data-target=".method_mergeGlobals .collapse">
<h2>Merges a context with the defined globals.</h2>
<pre>mergeGlobals(arraycontext) : array</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>context</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p><p>An array representing the context</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p><p>The context merged with the globals</p>
</p>
</div>
</div>
</div>
<a id="method_parse"></a>
<div class="element clickable method public method_parse" data-toggle="collapse" data-target=".method_parse .collapse">
<h2>Converts a token stream to a node tree.</h2>
<pre>parse(\Twig_TokenStreamstream) : \Twig_Node_Module</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Syntax</dt>
<dd><p>When the token stream is syntactically or semantically wrong</p>
</dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>stream</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_TokenStream</code><p><p>A token stream instance</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Node_Module</code><p><p>A node tree</p>
</p>
</div>
</div>
</div>
<a id="method_registerUndefinedFilterCallback"></a>
<div class="element clickable method public method_registerUndefinedFilterCallback" data-toggle="collapse" data-target=".method_registerUndefinedFilterCallback .collapse">
<h2>registerUndefinedFilterCallback</h2>
<pre>registerUndefinedFilterCallback(callablecallable) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>callable</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
callable</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_registerUndefinedFunctionCallback"></a>
<div class="element clickable method public method_registerUndefinedFunctionCallback" data-toggle="collapse" data-target=".method_registerUndefinedFunctionCallback .collapse">
<h2>registerUndefinedFunctionCallback</h2>
<pre>registerUndefinedFunctionCallback(callablecallable) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>callable</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
callable</code><p></p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_render"></a>
<div class="element clickable method public method_render" data-toggle="collapse" data-target=".method_render .collapse">
<h2>Renders a template.</h2>
<pre>render(stringname, arraycontext = array()) : string</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Loader</dt>
<dd><p>When the template cannot be found</p>
</dd>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Syntax</dt>
<dd><p>When an error occurred during compilation</p>
</dd>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Runtime</dt>
<dd><p>When an error occurred during rendering</p>
</dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The template name</p>
</p>
</div>
<div class="subelement argument">
<h4>context</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p><p>An array of parameters to pass to the template</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The rendered template</p>
</p>
</div>
</div>
</div>
<a id="method_resolveTemplate"></a>
<div class="element clickable method public method_resolveTemplate" data-toggle="collapse" data-target=".method_resolveTemplate .collapse">
<h2>Tries to load a template consecutively from an array.</h2>
<pre>resolveTemplate(string|\Twig_Template|arraynames) : \Twig_Template</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"><p>Similar to loadTemplate() but it also accepts Twig_Template instances and an array
of templates where each is tried to be loaded.</p>
</div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Loader</dt>
<dd><p>When none of the templates can be found</p>
</dd>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Syntax</dt>
<dd><p>When an error occurred during compilation</p>
</dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>names</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string|\Twig_Template|array</code><p><p>A template or an array of templates to try consecutively</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Template</code><p></p>
</div>
</div>
</div>
<a id="method_setBaseTemplateClass"></a>
<div class="element clickable method public method_setBaseTemplateClass" data-toggle="collapse" data-target=".method_setBaseTemplateClass .collapse">
<h2>Sets the base template class for compiled templates.</h2>
<pre>setBaseTemplateClass(stringclass) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>class</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The base template class name</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_setCache"></a>
<div class="element clickable method public method_setCache" data-toggle="collapse" data-target=".method_setCache .collapse">
<h2>Sets the current cache implementation.</h2>
<pre>setCache(\Twig_CacheInterface|string|falsecache) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>cache</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_CacheInterface|string|false</code><p><p>A Twig_CacheInterface implementation,
an absolute path to the compiled templates,
or false to disable cache</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_setCharset"></a>
<div class="element clickable method public method_setCharset" data-toggle="collapse" data-target=".method_setCharset .collapse">
<h2>Sets the default template charset.</h2>
<pre>setCharset(stringcharset) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>charset</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The default charset</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_setCompiler"></a>
<div class="element clickable method public method_setCompiler" data-toggle="collapse" data-target=".method_setCompiler .collapse">
<h2>Sets the Compiler instance.</h2>
<pre>setCompiler(\Twig_Compilercompiler) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>compiler</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Compiler</code><p><p>A Twig_Compiler instance</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_setExtensions"></a>
<div class="element clickable method public method_setExtensions" data-toggle="collapse" data-target=".method_setExtensions .collapse">
<h2>Registers an array of extensions.</h2>
<pre>setExtensions(arrayextensions) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>extensions</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
array</code><p><p>An array of extensions</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_setLexer"></a>
<div class="element clickable method public method_setLexer" data-toggle="collapse" data-target=".method_setLexer .collapse">
<h2>Sets the Lexer instance.</h2>
<pre>setLexer(\Twig_Lexerlexer) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>lexer</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Lexer</code><p><p>A Twig_Lexer instance</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_setLoader"></a>
<div class="element clickable method public method_setLoader" data-toggle="collapse" data-target=".method_setLoader .collapse">
<h2>Sets the Loader instance.</h2>
<pre>setLoader(\Twig_LoaderInterfaceloader) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>loader</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_LoaderInterface</code><p><p>A Twig_LoaderInterface instance</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_setParser"></a>
<div class="element clickable method public method_setParser" data-toggle="collapse" data-target=".method_setParser .collapse">
<h2>Sets the Parser instance.</h2>
<pre>setParser(\Twig_Parserparser) : mixed</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>parser</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Parser</code><p><p>A Twig_Parser instance</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
mixed</code><p></p>
</div>
</div>
</div>
<a id="method_tokenize"></a>
<div class="element clickable method public method_tokenize" data-toggle="collapse" data-target=".method_tokenize .collapse">
<h2>Tokenizes a source code.</h2>
<pre>tokenize(stringsource, stringname = null) : \Twig_TokenStream</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>Throws</th>
<td>
<dl>
<dt>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_Error_Syntax</dt>
<dd><p>When the code is syntactically wrong</p>
</dd>
</dl>
</td>
</tr>
</table>
<h3>Arguments</h3>
<div class="subelement argument">
<h4>source</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The template source code</p>
</p>
</div>
<div class="subelement argument">
<h4>name</h4>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
string</code><p><p>The template name</p>
</p>
</div>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
<h3>Response</h3>
<code>
Deprecated: Please use getType in phar:///app/lib/system/lib/phpdocumentor/lib/phpDocumentor.phar/src/phpDocumentor/Descriptor/Traits/CanHaveAType.php on line 50
\Twig_TokenStream</code><p><p>A Twig_TokenStream instance</p>
</p>
</div>
</div>
</div>
<h3><i class="icon-custom icon-constant"></i> Constants</h3>
<a id="constant_VERSION"> </a>
<div class="element clickable constant constant_VERSION" data-toggle="collapse" data-target=".constant_VERSION .collapse">
<h2>VERSION</h2>
<pre>VERSION</pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<h3><i class="icon-custom icon-property"></i> Properties</h3>
<a id="property_charset"> </a>
<div class="element clickable property private property_charset" data-toggle="collapse" data-target=".property_charset .collapse">
<h2>charset</h2>
<pre>charset : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_loader"> </a>
<div class="element clickable property private property_loader" data-toggle="collapse" data-target=".property_loader .collapse">
<h2>loader</h2>
<pre>loader : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_debug"> </a>
<div class="element clickable property private property_debug" data-toggle="collapse" data-target=".property_debug .collapse">
<h2>debug</h2>
<pre>debug : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_autoReload"> </a>
<div class="element clickable property private property_autoReload" data-toggle="collapse" data-target=".property_autoReload .collapse">
<h2>autoReload</h2>
<pre>autoReload : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_cache"> </a>
<div class="element clickable property private property_cache" data-toggle="collapse" data-target=".property_cache .collapse">
<h2>cache</h2>
<pre>cache : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_lexer"> </a>
<div class="element clickable property private property_lexer" data-toggle="collapse" data-target=".property_lexer .collapse">
<h2>lexer</h2>
<pre>lexer : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_parser"> </a>
<div class="element clickable property private property_parser" data-toggle="collapse" data-target=".property_parser .collapse">
<h2>parser</h2>
<pre>parser : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_compiler"> </a>
<div class="element clickable property private property_compiler" data-toggle="collapse" data-target=".property_compiler .collapse">
<h2>compiler</h2>
<pre>compiler : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_baseTemplateClass"> </a>
<div class="element clickable property private property_baseTemplateClass" data-toggle="collapse" data-target=".property_baseTemplateClass .collapse">
<h2>baseTemplateClass</h2>
<pre>baseTemplateClass : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_extensions"> </a>
<div class="element clickable property private property_extensions" data-toggle="collapse" data-target=".property_extensions .collapse">
<h2>extensions</h2>
<pre>extensions : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_parsers"> </a>
<div class="element clickable property private property_parsers" data-toggle="collapse" data-target=".property_parsers .collapse">
<h2>parsers</h2>
<pre>parsers : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_visitors"> </a>
<div class="element clickable property private property_visitors" data-toggle="collapse" data-target=".property_visitors .collapse">
<h2>visitors</h2>
<pre>visitors : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_filters"> </a>
<div class="element clickable property private property_filters" data-toggle="collapse" data-target=".property_filters .collapse">
<h2>filters</h2>
<pre>filters : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_tests"> </a>
<div class="element clickable property private property_tests" data-toggle="collapse" data-target=".property_tests .collapse">
<h2>tests</h2>
<pre>tests : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_functions"> </a>
<div class="element clickable property private property_functions" data-toggle="collapse" data-target=".property_functions .collapse">
<h2>functions</h2>
<pre>functions : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_globals"> </a>
<div class="element clickable property private property_globals" data-toggle="collapse" data-target=".property_globals .collapse">
<h2>globals</h2>
<pre>globals : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_runtimeInitialized"> </a>
<div class="element clickable property private property_runtimeInitialized" data-toggle="collapse" data-target=".property_runtimeInitialized .collapse">
<h2>runtimeInitialized</h2>
<pre>runtimeInitialized : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_extensionInitialized"> </a>
<div class="element clickable property private property_extensionInitialized" data-toggle="collapse" data-target=".property_extensionInitialized .collapse">
<h2>extensionInitialized</h2>
<pre>extensionInitialized : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_loadedTemplates"> </a>
<div class="element clickable property private property_loadedTemplates" data-toggle="collapse" data-target=".property_loadedTemplates .collapse">
<h2>loadedTemplates</h2>
<pre>loadedTemplates : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_strictVariables"> </a>
<div class="element clickable property private property_strictVariables" data-toggle="collapse" data-target=".property_strictVariables .collapse">
<h2>strictVariables</h2>
<pre>strictVariables : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_unaryOperators"> </a>
<div class="element clickable property private property_unaryOperators" data-toggle="collapse" data-target=".property_unaryOperators .collapse">
<h2>unaryOperators</h2>
<pre>unaryOperators : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_binaryOperators"> </a>
<div class="element clickable property private property_binaryOperators" data-toggle="collapse" data-target=".property_binaryOperators .collapse">
<h2>binaryOperators</h2>
<pre>binaryOperators : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_templateClassPrefix"> </a>
<div class="element clickable property private property_templateClassPrefix" data-toggle="collapse" data-target=".property_templateClassPrefix .collapse">
<h2>templateClassPrefix</h2>
<pre>templateClassPrefix : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_functionCallbacks"> </a>
<div class="element clickable property private property_functionCallbacks" data-toggle="collapse" data-target=".property_functionCallbacks .collapse">
<h2>functionCallbacks</h2>
<pre>functionCallbacks : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_filterCallbacks"> </a>
<div class="element clickable property private property_filterCallbacks" data-toggle="collapse" data-target=".property_filterCallbacks .collapse">
<h2>filterCallbacks</h2>
<pre>filterCallbacks : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_staging"> </a>
<div class="element clickable property private property_staging" data-toggle="collapse" data-target=".property_staging .collapse">
<h2>staging</h2>
<pre>staging : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_originalCache"> </a>
<div class="element clickable property private property_originalCache" data-toggle="collapse" data-target=".property_originalCache .collapse">
<h2>originalCache</h2>
<pre>originalCache : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<a id="property_lastModifiedExtension"> </a>
<div class="element clickable property private property_lastModifiedExtension" data-toggle="collapse" data-target=".property_lastModifiedExtension .collapse">
<h2>lastModifiedExtension</h2>
<pre>lastModifiedExtension : </pre>
<div class="labels">
</div>
<div class="row collapse">
<div class="detail-description">
<div class="long_description"></div>
<table class="table">
<tr>
<th>
</th>
<td>
</td>
</tr>
<tr>
<th>
</th>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<a id="\Twig_Environment"></a>
<ul class="breadcrumb">
<li><a href="index.html"><i class="icon-custom icon-class"></i></a></li>
<li><span class="divider">\</span><a href="\">\</a></li>
<li class="active"><span class="divider">\</span><a href="\Twig_Environment">Twig_Environment</a></li>
</ul>
</div>
</div>
</div>
<footer class="span12">
Template is built using <a href="https://getbootstrap.com/">Twitter Bootstrap 2</a> and icons provided by
<a href="https://glyphicons.com/">Glyphicons</a>.<br/>
Documentation is powered by <a href="https://www.phpdoc.org/">phpDocumentor </a> and<br/>
generated on Thu, 21 Nov 2024 01:33:23 +0000.<br/>
</footer>
</body>
</html>