You are here

public function AttributeMetadataInterface::getName 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::getName()

Gets the attribute name.

Return value

string

1 method overrides AttributeMetadataInterface::getName()
AttributeMetadata::getName in vendor/symfony/serializer/Mapping/AttributeMetadata.php
Gets the attribute name.

File

vendor/symfony/serializer/Mapping/AttributeMetadataInterface.php, line 28

Class

AttributeMetadataInterface
Stores metadata needed for serializing and deserializing attributes.

Namespace

Symfony\Component\Serializer\Mapping

Code

public function getName();