Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\FakeArgumentsDenormalizer::denormalize PHP Method

denormalize() public method

public denormalize ( Nelmio\Alice\FixtureInterface $scope, Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface $parser, array $unparsedArguments ) : array
$scope Nelmio\Alice\FixtureInterface
$parser Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParserInterface
$unparsedArguments array
return array
    public function denormalize(FixtureInterface $scope, FlagParserInterface $parser, array $unparsedArguments) : array
    {
        $this->__call(__FUNCTION__, func_get_args());
    }
FakeArgumentsDenormalizer