PHP Interface Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface

Afficher le fichier Open project: nelmio/alice Interface Usage Examples

Méthodes publiques

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

Method Details

lex() public méthode

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