PHP Class Twig_Filter, php-framework-benchmarks

See also: http://twig.sensiolabs.org/doc/templates.html#filters
Author: Fabien Potencier ([email protected])
Mostrar archivo Open project: pmjones/php-framework-benchmarks Class Usage Examples

Protected Properties

Property Type Description
$options

Public Methods

Method Description
__construct ( array $options = [] )
getPreEscape ( )
getSafe ( Twig_Node $filterArgs )
needsEnvironment ( )

Method Details

__construct() public method

public __construct ( array $options = [] )
$options array

getPreEscape() public method

public getPreEscape ( )

getSafe() public method

public getSafe ( Twig_Node $filterArgs )
$filterArgs Twig_Node

needsEnvironment() public method

public needsEnvironment ( )

Property Details

$options protected_oe property

protected $options