Method | Description | |
---|---|---|
__construct ( Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\ConstructorDenormalizerInterface $constructorDenormalizer, PropertyDenormalizerInterface $propertyDenormalizer, Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\CallsDenormalizerInterface $callsDenormalizer ) | ||
denormalize ( Nelmio\Alice\FixtureInterface $scope, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser, array $unparsedSpecs ) : |
Method | Description | |
---|---|---|
denormalizeCall ( Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\CallsDenormalizerInterface $callsDenormalizer, $value, |
||
denormalizeCallMethod ( Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\CallsDenormalizerInterface $callsDenormalizer, $methodCall, Nelmio\Alice\FixtureInterface $scope, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser ) : Nelmio\Alice\Definition\MethodCallInterface | ||
denormalizeConstructor ( $value, Nelmio\Alice\FixtureInterface $scope, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser ) : Nelmio\Alice\Definition\MethodCallInterface | ||
denormalizeProperty ( PropertyDenormalizerInterface $propertyDenormalizer, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $flagParser, string $unparsedPropertyName, $value, |
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 denormalize ( Nelmio\Alice\FixtureInterface $scope, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser, array $unparsedSpecs ) : |
||
$scope | Nelmio\Alice\FixtureInterface | |
$parser | Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface | |
$unparsedSpecs | array | |
return |