public function AttributeMetadata::getName in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/serializer/Mapping/AttributeMetadata.php \Symfony\Component\Serializer\Mapping\AttributeMetadata::getName()
Gets the attribute name.
Return value
string
Overrides AttributeMetadataInterface::getName
File
- vendor/
symfony/ serializer/ Mapping/ AttributeMetadata.php, line 52
Class
- AttributeMetadata
- @author Kévin Dunglas <dunglas@gmail.com>
Namespace
Symfony\Component\Serializer\MappingCode
public function getName() {
return $this->name;
}