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

Public Member Functions

 __construct ()
 

Data Fields

 $foo
 

Detailed Description

Definition at line 624 of file TemplateTest.php.

Constructor & Destructor Documentation

◆ __construct()

Twig_TemplatePropertyObjectDefinedWithUndefinedValue::__construct ( )

Definition at line 628 of file TemplateTest.php.

629  {
630  $this->foo = @$notExist;
631  }

Field Documentation

◆ $foo

Twig_TemplatePropertyObjectDefinedWithUndefinedValue::$foo

Definition at line 626 of file TemplateTest.php.


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