Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser::__construct PHP Method

__construct() public method

public __construct ( Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface $parser )
$parser Nelmio\Alice\FixtureBuilder\ExpressionLanguage\ParserInterface
    public function __construct(ParserInterface $parser)
    {
        $this->parser = $parser;
    }