26 lines
493 B
YAML
26 lines
493 B
YAML
|
name: ConstraintWithValueAsDefault
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Constraint
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraint
|
||
|
properties:
|
||
|
- name: property
|
||
|
visibility: public
|
||
|
comment: null
|
||
|
- name: value
|
||
|
visibility: public
|
||
|
comment: null
|
||
|
methods:
|
||
|
- name: getDefaultOption
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getTargets
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Validator\Constraint
|
||
|
interfaces: []
|