interface DenormalizerAwareInterface
@author Joel Wurtz <joel.wurtz@gmail.com>
Hierarchy
- interface \Symfony\Component\Serializer\Normalizer\DenormalizerAwareInterface
Expanded class hierarchy of DenormalizerAwareInterface
All classes that implement DenormalizerAwareInterface
2 files declare their use of DenormalizerAwareInterface
- Serializer.php in vendor/
symfony/ serializer/ Serializer.php - TraceableNormalizer.php in vendor/
symfony/ serializer/ Debug/ TraceableNormalizer.php
File
-
vendor/
symfony/ serializer/ Normalizer/ DenormalizerAwareInterface.php, line 17
Namespace
Symfony\Component\Serializer\NormalizerView source
interface DenormalizerAwareInterface {
/**
* Sets the owning Denormalizer object.
*/
public function setDenormalizer(DenormalizerInterface $denormalizer) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
DenormalizerAwareInterface::setDenormalizer | public | function | Sets the owning Denormalizer object. | 1 |