AttributeMetadataInterface
interface AttributeMetadataInterface
Stores metadata needed for serializing and deserializing attributes.
Primarily, the metadata stores serialization groups.
Methods
string
getName()
Gets the attribute name.
addGroup(string $group)
Adds this attribute to the given group.
string[]
getGroups()
Gets groups of this attribute.
merge(AttributeMetadataInterface $attributeMetadata)
Merges an {see AttributeMetadataInterface} with in the current one.
Details
at line line 28
string
getName()
Gets the attribute name.
at line line 35
addGroup(string $group)
Adds this attribute to the given group.
at line line 42
string[]
getGroups()
Gets groups of this attribute.
at line line 49
merge(AttributeMetadataInterface $attributeMetadata)
Merges an {see AttributeMetadataInterface} with in the current one.