public function AttributeMetadataInterface::merge in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/serializer/Mapping/AttributeMetadataInterface.php \Symfony\Component\Serializer\Mapping\AttributeMetadataInterface::merge()
Merges an {
Parameters
AttributeMetadataInterface $attributeMetadata:
See also
AttributeMetadataInterface} with in the current one.
1 method overrides AttributeMetadataInterface::merge()
- AttributeMetadata::merge in vendor/
symfony/ serializer/ Mapping/ AttributeMetadata.php - Merges an {
File
- vendor/
symfony/ serializer/ Mapping/ AttributeMetadataInterface.php, line 49
Class
- AttributeMetadataInterface
- Stores metadata needed for serializing and deserializing attributes.
Namespace
Symfony\Component\Serializer\MappingCode
public function merge(AttributeMetadataInterface $attributeMetadata);