PHP Class Jarves\Twig\Node\Content

Inheritance: extends Twig_Node
Datei anzeigen Open project: jarves/jarves

Protected Properties

Property Type Description
$name

Public Methods

Method Description
__construct ( $name, $id, $type, $optional, $options, $line, $tag = 'content' )
compile ( Twig_Compiler $compiler ) Compiles the node to PHP.

Method Details

__construct() public method

public __construct ( $name, $id, $type, $optional, $options, $line, $tag = 'content' )

compile() public method

Compiles the node to PHP.
public compile ( Twig_Compiler $compiler )
$compiler Twig_Compiler

Property Details

$name protected_oe property

protected $name