32 lines
662 B
YAML
32 lines
662 B
YAML
|
name: ValidationStamp
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: GroupSequence
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\GroupSequence
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: groups
|
||
|
comment: '# * @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
|
||
|
|
||
|
# */
|
||
|
|
||
|
# final class ValidationStamp implements StampInterface
|
||
|
|
||
|
# {
|
||
|
|
||
|
# /**
|
||
|
|
||
|
# * @param string[]|GroupSequence $groups'
|
||
|
- name: getGroups
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# @return string[]|GroupSequence'
|
||
|
traits:
|
||
|
- Symfony\Component\Validator\Constraints\GroupSequence
|
||
|
interfaces:
|
||
|
- StampInterface
|