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

Public Member Functions

 current ()
 
 key ()
 

Detailed Description

Author
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Definition at line 15 of file TemplateDirIterator.php.

Member Function Documentation

◆ current()

Twig_Util_TemplateDirIterator::current ( )

Definition at line 17 of file TemplateDirIterator.php.

18 {
19 return file_get_contents(parent::current());
20 }

◆ key()

Twig_Util_TemplateDirIterator::key ( )

Definition at line 22 of file TemplateDirIterator.php.

23 {
24 return (string) parent::key();
25 }

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