PHP Class Symfony\Bridge\Twig\Extension\FormExtension

Author: Fabien Potencier ([email protected])
Author: Bernhard Schussek ([email protected])
Inheritance: extends Twig_Extension
Mostra file Open project: symfony/symfony Class Usage Examples

Public Methods

Method Description
__construct ( $renderer = null )
__get ( $name )
__isset ( $name )
__set ( $name, $value )
__unset ( $name )
getFilters ( )
getFunctions ( )
getName ( )
getTests ( )
getTokenParsers ( )
initRuntime ( Twig_Environment $environment )

Method Details

__construct() public method

public __construct ( $renderer = null )

__get() public method

public __get ( $name )

__isset() public method

public __isset ( $name )

__set() public method

public __set ( $name, $value )

__unset() public method

public __unset ( $name )

getFilters() public method

public getFilters ( )

getFunctions() public method

public getFunctions ( )

getName() public method

public getName ( )

getTests() public method

public getTests ( )

getTokenParsers() public method

public getTokenParsers ( )

initRuntime() public method

To be removed in 4.0
public initRuntime ( Twig_Environment $environment )
$environment Twig_Environment