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

denormalizeConstructor() private method

private denormalizeConstructor ( $value, Nelmio\Alice\FixtureInterface $scope, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser ) : Nelmio\Alice\Definition\MethodCallInterface
$scope Nelmio\Alice\FixtureInterface
$parser Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface
return Nelmio\Alice\Definition\MethodCallInterface
    private function denormalizeConstructor($value, FixtureInterface $scope, FlagParserInterface $parser) : MethodCallInterface
    {
        return false === $value ? new NoMethodCall() : $this->constructorDenormalizer->denormalize($scope, $parser, $value);
    }