api/symfony/Component/Validator/Tests/Fixtures/ConstraintWithValueAsDefault.yaml
2024-09-26 02:03:21 -07:00

25 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: []