Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser::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($this->decoratedTokenParser, $parser);
    }