Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer::__construct PHP Method

__construct() public method

public __construct ( Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ConstructorDenormalizerInterface $constructorDenormalizer, PropertyDenormalizerInterface $propertyDenormalizer, Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\CallsDenormalizerInterface $callsDenormalizer )
$constructorDenormalizer Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ConstructorDenormalizerInterface
$propertyDenormalizer PropertyDenormalizerInterface
$callsDenormalizer Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\CallsDenormalizerInterface
    public function __construct(ConstructorDenormalizerInterface $constructorDenormalizer, PropertyDenormalizerInterface $propertyDenormalizer, CallsDenormalizerInterface $callsDenormalizer)
    {
        $this->constructorDenormalizer = $constructorDenormalizer;
        $this->propertyDenormalizer = $propertyDenormalizer;
        $this->callsDenormalizer = $callsDenormalizer;
    }