PHP 인터페이스 Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface

파일 보기 프로젝트 열기: nelmio/alice 0 사용 예제들

공개 메소드들

메소드 설명
lex ( string $value ) : array Converts a string into a sequence of tokens.

메소드 상세

lex() 공개 메소드

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