PHP Class Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer

Inheritance: implements Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface, use trait Nelmio\Alice\IsAServiceTrait
Show file Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
__construct ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface $decoratedLexer )
lex ( string $value ) : array

Method Details

__construct() public method

public __construct ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface $decoratedLexer )
$decoratedLexer Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface

lex() public method

public lex ( string $value ) : array
$value string
return array