public function ClassMetadataInterface::getGroupSequence in Plug 7
Returns the group sequence that overrides the "Default" group for this class.
Return value
\Symfony\Component\Validator\Constraints\GroupSequence|null The group sequence or null
See also
\Symfony\Component\Validator\Constraints\GroupSequence
1 method overrides ClassMetadataInterface::getGroupSequence()
- ClassMetadata::getGroupSequence in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Mapping/ ClassMetadata.php - Returns the group sequence that overrides the "Default" group for this class.
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Mapping/ ClassMetadataInterface.php, line 63
Class
- ClassMetadataInterface
- Stores all metadata needed for validating objects of specific class.
Namespace
Symfony\Component\Validator\MappingCode
public function getGroupSequence();