public function ClassMetadataInterface::getAttributesMetadata in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/serializer/Mapping/ClassMetadataInterface.php \Symfony\Component\Serializer\Mapping\ClassMetadataInterface::getAttributesMetadata()
Gets the list of {@link AttributeMetadataInterface}.
Return value
1 method overrides ClassMetadataInterface::getAttributesMetadata()
- ClassMetadata::getAttributesMetadata in vendor/
symfony/ serializer/ Mapping/ ClassMetadata.php - Gets the list of {@link AttributeMetadataInterface}.
File
- vendor/
symfony/ serializer/ Mapping/ ClassMetadataInterface.php, line 42
Class
- ClassMetadataInterface
- Stores metadata needed for serializing and deserializing objects of specific class.
Namespace
Symfony\Component\Serializer\MappingCode
public function getAttributesMetadata();