PHP 클래스 Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer

상속: implements Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface, use trait Nelmio\Alice\IsAServiceTrait
파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\LexerInterface $decoratedLexer )
lex ( string $value ) : array

메소드 상세

__construct() 공개 메소드

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

lex() 공개 메소드

public lex ( string $value ) : array
$value string
리턴 array