Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer::__construct PHP Method

__construct() public method

public __construct ( Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationsDenormalizerInterface $specsDenormalizer, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser = null )
$specsDenormalizer Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationsDenormalizerInterface
$parser Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface
    public function __construct(SpecificationsDenormalizerInterface $specsDenormalizer, FlagParserInterface $parser = null)
    {
        $this->specsDenormalizer = $specsDenormalizer;
        $this->flagParser = $parser;
    }