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

__construct() public method

public __construct ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\ChainableTokenParserInterface $decoratedParser, Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserAwareInterface $decoratedAware )
$decoratedParser Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\ChainableTokenParserInterface
$decoratedAware Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserAwareInterface
    public function __construct(ChainableTokenParserInterface $decoratedParser, ParserAwareInterface $decoratedAware)
    {
        $this->decoratedParser = $decoratedParser;
        $this->decoratedAware = $decoratedAware;
    }
ProphecyChainableTokenParserAware