ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Twig_Tests_EnvironmentTest_ExtensionWithoutRuntime Class Reference
+ Inheritance diagram for Twig_Tests_EnvironmentTest_ExtensionWithoutRuntime:
+ Collaboration diagram for Twig_Tests_EnvironmentTest_ExtensionWithoutRuntime:

Public Member Functions

 getFunctions ()
 Returns a list of functions to add to the existing list. More...
 
 getName ()
 Returns the name of the extension. More...
 
- Public Member Functions inherited from Twig_Extension
 initRuntime (Twig_Environment $environment)
 
 getTokenParsers ()
 Returns the token parser instances to add to the existing list. More...
 
 getNodeVisitors ()
 Returns the node visitor instances to add to the existing list. More...
 
 getFilters ()
 Returns a list of filters to add to the existing list. More...
 
 getTests ()
 Returns a list of tests to add to the existing list. More...
 
 getFunctions ()
 Returns a list of functions to add to the existing list. More...
 
 getOperators ()
 Returns a list of operators to add to the existing list. More...
 
 getGlobals ()
 
 getName ()
 

Detailed Description

Definition at line 655 of file EnvironmentTest.php.

Member Function Documentation

◆ getFunctions()

Twig_Tests_EnvironmentTest_ExtensionWithoutRuntime::getFunctions ( )

Returns a list of functions to add to the existing list.

Returns
Twig_SimpleFunction[]

Implements Twig_ExtensionInterface.

Definition at line 657 of file EnvironmentTest.php.

660 {
661  public function getFunctions()
662  {
663  return array(
getFunctions()
Returns a list of functions to add to the existing list.

◆ getName()

Twig_Tests_EnvironmentTest_ExtensionWithoutRuntime::getName ( )

Returns the name of the extension.

Returns
string The extension name
Deprecated:
since 1.26 (to be removed in 2.0), not used anymore internally

Implements Twig_ExtensionInterface.

Definition at line 665 of file EnvironmentTest.php.

670  {

The documentation for this class was generated from the following file: