PHP Class EvaluatorProxy, HamlPHP

If you use the evaluate function inside a class, all it's properties will be available to the template through the $this variable.
Inheritance: extends ContentEvaluator
Show file Open project: hamlphp/hamlphp Class Usage Examples

Public Methods

Method Description
__construct ( $context )
__get ( $name )
__set ( $name, $value )

Method Details

__construct() public method

public __construct ( $context )

__get() public method

public __get ( $name )

__set() public method

public __set ( $name, $value )