Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser::__construct PHP Метод

__construct() публичный Метод

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