class Dummy

Hierarchy

Expanded class hierarchy of Dummy

1 file declares its use of Dummy

File

drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Fixtures/Dummy.php, line 19

Namespace

Symfony\Component\Serializer\Tests\Fixtures
View source

Members

Namesort descending Modifiers Type Description Overrides
Dummy::$bar public property
Dummy::$baz public property
Dummy::$foo public property
Dummy::$qux public property
Dummy::denormalize public function Denormalizes the object back from an array of scalars|arrays. Overrides DenormalizableInterface::denormalize
Dummy::normalize public function Normalizes the object into an array of scalars|arrays. Overrides NormalizableInterface::normalize