Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ProphecyChainableTokenParserAware::withParser PHP Method

withParser() public method

public withParser ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $parser )
$parser Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface
    public function withParser(ParserInterface $parser)
    {
        return $this->decoratedAware->withParser($parser);
    }
ProphecyChainableTokenParserAware