Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorWithCallerDenormalizer::__construct PHP Method

__construct() public method

public __construct ( SimpleConstructorDenormalizer $simpleConstructorDenormalizer )
$simpleConstructorDenormalizer SimpleConstructorDenormalizer
    public function __construct(SimpleConstructorDenormalizer $simpleConstructorDenormalizer)
    {
        $this->simpleConstructorDenormalizer = $simpleConstructorDenormalizer;
    }
ConstructorWithCallerDenormalizer