Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DummyChainableTokenParserAware::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)
    {
        $this->parser = $parser;
        return $this;
    }
DummyChainableTokenParserAware