43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
name: WhenValidator
|
|
class_comment: null
|
|
dependencies:
|
|
- name: ExpressionLanguage
|
|
type: class
|
|
source: Symfony\Component\ExpressionLanguage\ExpressionLanguage
|
|
- name: Constraint
|
|
type: class
|
|
source: Symfony\Component\Validator\Constraint
|
|
- name: ConstraintValidator
|
|
type: class
|
|
source: Symfony\Component\Validator\ConstraintValidator
|
|
- name: LogicException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\LogicException
|
|
- name: UnexpectedTypeException
|
|
type: class
|
|
source: Symfony\Component\Validator\Exception\UnexpectedTypeException
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: expressionLanguage
|
|
default: 'null'
|
|
comment: null
|
|
- name: validate
|
|
visibility: public
|
|
parameters:
|
|
- name: value
|
|
- name: constraint
|
|
comment: null
|
|
- name: getExpressionLanguage
|
|
visibility: private
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\ExpressionLanguage\ExpressionLanguage
|
|
- Symfony\Component\Validator\Constraint
|
|
- Symfony\Component\Validator\ConstraintValidator
|
|
- Symfony\Component\Validator\Exception\LogicException
|
|
- Symfony\Component\Validator\Exception\UnexpectedTypeException
|
|
interfaces: []
|