public function Groups::getGroups in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/serializer/Annotation/Groups.php \Symfony\Component\Serializer\Annotation\Groups::getGroups()
Gets groups.
Return value
array
File
- vendor/
symfony/ serializer/ Annotation/ Groups.php, line 60
Class
- Groups
- Annotation class for @Groups().
Namespace
Symfony\Component\Serializer\AnnotationCode
public function getGroups() {
return $this->groups;
}