Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FakeLexer::lex PHP Method

lex() public method

public lex ( string $value ) : array
$value string
return array
    public function lex(string $value) : array
    {
        $this->__call(__METHOD__, func_get_args());
    }
FakeLexer