Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\FakeValueDenormalizer::denormalize PHP Method

denormalize() public method

public denormalize ( Nelmio\Alice\FixtureInterface $scope, FlagBag $flags = null, $value )
$scope Nelmio\Alice\FixtureInterface
$flags Nelmio\Alice\Definition\FlagBag
    public function denormalize(FixtureInterface $scope, FlagBag $flags = null, $value)
    {
        $this->__call(__FUNCTION__, func_get_args());
    }
FakeValueDenormalizer