34 lines
781 B
YAML
34 lines
781 B
YAML
name: Compound
|
|
class_comment: null
|
|
dependencies:
|
|
- name: Constraint
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraint
|
|
- name: ConstraintDefinitionException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: options
|
|
default: 'null'
|
|
comment: null
|
|
- name: getCompositeOption
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: validatedBy
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getConstraints
|
|
visibility: protected
|
|
parameters:
|
|
- name: options
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Validator\Constraint
|
|
- Symfony\Component\Validator\Exception\ConstraintDefinitionException
|
|
interfaces: []
|