PHP Interface Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface

Show file Open project: nelmio/alice Interface Usage Examples

Public Methods

Method Description
lex ( string $value ) : array Converts a string into a sequence of tokens.

Method Details

lex() public method

Converts a string into a sequence of tokens.
public lex ( string $value ) : array
$value string
return array