You are here

public function AttributeMetadataInterface::merge in Zircon Profile 8

Same name and namespace in other branches
  1. 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\Mapping

Code

public function merge(AttributeMetadataInterface $attributeMetadata);