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