Nelmio\Alice\Loader\NativeLoader::createBuiltInConstructorDenormalizer PHP Метод

createBuiltInConstructorDenormalizer() защищенный Метод

protected createBuiltInConstructorDenormalizer ( ) : Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ConstructorDenormalizerInterface
Результат Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ConstructorDenormalizerInterface
    protected function createBuiltInConstructorDenormalizer() : ConstructorDenormalizerInterface
    {
        return new ConstructorWithCallerDenormalizer(new SimpleConstructorDenormalizer($this->getBuiltInArgumentsDenormalizer()));
    }