PHP Class Asm89\Twig\Lint\StubbedEnvironment

Author: Alexander ([email protected])
Inheritance: extends Twig_Environment
Show file Open project: asm89/twig-lint Class Usage Examples

Protected Properties

Property Type Description
$parsers

Public Methods

Method Description
__construct ( Twig_LoaderInterface $loader = null, $options = [] ) {@inheritDoc}
getFilter ( $name ) {@inheritDoc}
getFunction ( $name ) {@inheritDoc}
getTest ( $name ) {@inheritDoc}

Method Details

__construct() public method

{@inheritDoc}
public __construct ( Twig_LoaderInterface $loader = null, $options = [] )
$loader Twig_LoaderInterface

getFilter() public method

{@inheritDoc}
public getFilter ( $name )

getFunction() public method

{@inheritDoc}
public getFunction ( $name )

getTest() public method

{@inheritDoc}
public getTest ( $name )

Property Details

$parsers protected property

protected $parsers