public function AttributeMetadataInterface::addGroup in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/serializer/Mapping/AttributeMetadataInterface.php \Symfony\Component\Serializer\Mapping\AttributeMetadataInterface::addGroup()
Adds this attribute to the given group.
Parameters
string $group:
1 method overrides AttributeMetadataInterface::addGroup()
- AttributeMetadata::addGroup in vendor/
symfony/ serializer/ Mapping/ AttributeMetadata.php - Adds this attribute to the given group.
File
- vendor/
symfony/ serializer/ Mapping/ AttributeMetadataInterface.php, line 35
Class
- AttributeMetadataInterface
- Stores metadata needed for serializing and deserializing attributes.
Namespace
Symfony\Component\Serializer\MappingCode
public function addGroup($group);