ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Twig_Tests_EnvironmentTest_Extension_DynamicWithDeprecatedName Class Reference
+ Inheritance diagram for Twig_Tests_EnvironmentTest_Extension_DynamicWithDeprecatedName:
+ Collaboration diagram for Twig_Tests_EnvironmentTest_Extension_DynamicWithDeprecatedName:

Public Member Functions

 __construct ($name)
 
 getName ()
 
- 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 ()
 
 initRuntime (Twig_Environment $environment)
 Initializes the runtime environment. More...
 
 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 ()
 Returns a list of global variables to add to the existing list. More...
 
 getName ()
 Returns the name of the extension. More...
 

Private Attributes

 $name
 

Detailed Description

Definition at line 600 of file EnvironmentTest.php.

Constructor & Destructor Documentation

◆ __construct()

Twig_Tests_EnvironmentTest_Extension_DynamicWithDeprecatedName::__construct (   $name)

Definition at line 604 of file EnvironmentTest.php.

References $name.

Member Function Documentation

◆ getName()

Twig_Tests_EnvironmentTest_Extension_DynamicWithDeprecatedName::getName ( )
Deprecated:
since 1.26 (to be removed in 2.0), not used anymore internally

Reimplemented from Twig_Extension.

Definition at line 609 of file EnvironmentTest.php.

610 {
611 return $this->name;
612 }

References $name.

Field Documentation

◆ $name

Twig_Tests_EnvironmentTest_Extension_DynamicWithDeprecatedName::$name
private

Definition at line 602 of file EnvironmentTest.php.

Referenced by __construct(), and getName().


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