DataUriNormalizer::denormalize()

object denormalize(mixed $data, string $class, string $format = null, array $context = array())

Denormalizes data back into an object of the given class.

Parameters

mixed $data data to restore
string $class the expected class to instantiate
string $format format the given data was extracted from
array $context options available to the denormalizer

Return Value

object

See also

https://gist.github.com/bgrins/6194623
doc_Symfony
2016-10-28 06:13:05
Comments
Leave a Comment

Please login to continue.