24 lines
461 B
YAML
24 lines
461 B
YAML
|
name: ConstraintChoiceWithPreset
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Choice
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraints\Choice
|
||
|
properties:
|
||
|
- name: type
|
||
|
visibility: public
|
||
|
comment: null
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: type
|
||
|
comment: null
|
||
|
- name: getDefaultOption
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Validator\Constraints\Choice
|
||
|
interfaces: []
|