Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\FakePropertyDenormalizer::denormalize PHP Method

denormalize() public method

public denormalize ( Nelmio\Alice\FixtureInterface $scope, string $name, $value, FlagBag $flags ) : Property
$scope Nelmio\Alice\FixtureInterface
$name string
$flags Nelmio\Alice\Definition\FlagBag
return Nelmio\Alice\Definition\Property
    public function denormalize(FixtureInterface $scope, string $name, $value, FlagBag $flags) : Property
    {
        $this->__call(__FUNCTION__, func_get_args());
    }
FakePropertyDenormalizer