You are here

public property ClassMetadata::$attributesMetadata in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/serializer/Mapping/ClassMetadata.php \Symfony\Component\Serializer\Mapping\ClassMetadata::attributesMetadata

@internal This property is public in order to reduce the size of the class' serialized representation. Do not access it. Use {@link getAttributesMetadata()} instead.

Type: AttributeMetadataInterface[]

File

vendor/symfony/serializer/Mapping/ClassMetadata.php, line 37

Class

ClassMetadata
@author Kévin Dunglas <dunglas@gmail.com>

Namespace

Symfony\Component\Serializer\Mapping

Code

public $attributesMetadata = array();