PHP 클래스 Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser

상속: extends AbstractChainableParserAwareParser
파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
canParse ( Token $token ) : boolean
parse ( Token $token ) : FunctionCallValue Parses expressions such as '', ''.

비공개 메소드들

메소드 설명
parseArguments ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $parser, string $arguments ) : array

메소드 상세

canParse() 공개 메소드

public canParse ( Token $token ) : boolean
$token Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Token
리턴 boolean

parse() 공개 메소드

public parse ( Token $token ) : FunctionCallValue
$token Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Token
리턴 Nelmio\Alice\Definition\Value\FunctionCallValue