Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer::__construct PHP Method

__construct() public method

public __construct ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface $decoratedLexer )
$decoratedLexer Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface
    public function __construct(LexerInterface $decoratedLexer)
    {
        $this->decoratedLexer = $decoratedLexer;
        $this->functionTokenizer = new FunctionTokenizer();
    }
FunctionLexer