function ClassMetadataInterface::getAttributesMetadata
Gets the list of {@link AttributeMetadataInterface}.
Return value
array<string, AttributeMetadataInterface>
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() : array;