Ubiquity  2.0.3
php rapid development framework
Twig Class Reference
+ Inheritance diagram for Twig:

Public Member Functions

 __construct ($options=array())
 
 render ($viewName, $pData, $asString)
 
 getBlockNames ($templateName)
 
 getCode ($templateName)
 
- Public Member Functions inherited from TemplateEngine
 render ($fileName, $pData, $asString)
 
 getBlockNames ($templateName)
 
 getCode ($templateName)
 

Private Attributes

 $twig
 

Detailed Description

Definition at line 11 of file Twig.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $options = array())

Definition at line 14 of file Twig.php.

Member Function Documentation

◆ getBlockNames()

getBlockNames (   $templateName)

Definition at line 45 of file Twig.php.

◆ getCode()

getCode (   $templateName)

Definition at line 49 of file Twig.php.

◆ render()

render (   $viewName,
  $pData,
  $asString 
)

Definition at line 36 of file Twig.php.

Field Documentation

◆ $twig

$twig
private

Definition at line 12 of file Twig.php.


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