31 lines
670 B
YAML
31 lines
670 B
YAML
|
name: ConstraintWithNamedArguments
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: HasNamedArguments
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Attribute\HasNamedArguments
|
||
|
- name: Constraint
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraint
|
||
|
properties:
|
||
|
- name: choices
|
||
|
visibility: public
|
||
|
comment: null
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: choices
|
||
|
default: '[]'
|
||
|
- name: groups
|
||
|
default: 'null'
|
||
|
comment: null
|
||
|
- name: getTargets
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Validator\Attribute\HasNamedArguments
|
||
|
- Symfony\Component\Validator\Constraint
|
||
|
interfaces: []
|