25 lines
573 B
YAML
25 lines
573 B
YAML
|
name: ConstraintWithRequiredArgument
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: HasNamedArguments
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Attribute\HasNamedArguments
|
||
|
- name: Constraint
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraint
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: requiredArg
|
||
|
- name: groups
|
||
|
default: 'null'
|
||
|
- name: payload
|
||
|
default: 'null'
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Validator\Attribute\HasNamedArguments
|
||
|
- Symfony\Component\Validator\Constraint
|
||
|
interfaces: []
|