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