You are here

class DenormalizableDummy in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Tests/Fixtures/DenormalizableDummy.php \Symfony\Component\Serializer\Tests\Fixtures\DenormalizableDummy

Hierarchy

Expanded class hierarchy of DenormalizableDummy

File

vendor/symfony/serializer/Tests/Fixtures/DenormalizableDummy.php, line 17

Namespace

Symfony\Component\Serializer\Tests\Fixtures
View source
class DenormalizableDummy implements DenormalizableInterface {
  public function denormalize(DenormalizerInterface $denormalizer, $data, $format = null, array $context = array()) {
  }

}

Members

Namesort descending Modifiers Type Description Overrides
DenormalizableDummy::denormalize public function Denormalizes the object back from an array of scalars|arrays. Overrides DenormalizableInterface::denormalize