Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\AbstractChainableParserAwareParser::withParser PHP 메소드

withParser() 공개 메소드

public withParser ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $parser ) : self
$parser Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface
리턴 self
    public function withParser(ParserInterface $parser) : self
    {
        return new static($parser);
    }
AbstractChainableParserAwareParser