41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
|
name: UniqueValidator
|
||
|
class_comment: '# * @author Yevgeniy Zholkevskiy <zhenya.zholkevskiy@gmail.com>'
|
||
|
dependencies:
|
||
|
- name: Constraint
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Constraint
|
||
|
- name: ConstraintValidator
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\ConstraintValidator
|
||
|
- name: UnexpectedTypeException
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Exception\UnexpectedTypeException
|
||
|
- name: UnexpectedValueException
|
||
|
type: class
|
||
|
source: Symfony\Component\Validator\Exception\UnexpectedValueException
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: validate
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: value
|
||
|
- name: constraint
|
||
|
comment: null
|
||
|
- name: getNormalizer
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: unique
|
||
|
comment: null
|
||
|
- name: reduceElementKeys
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: fields
|
||
|
- name: element
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Validator\Constraint
|
||
|
- Symfony\Component\Validator\ConstraintValidator
|
||
|
- Symfony\Component\Validator\Exception\UnexpectedTypeException
|
||
|
- Symfony\Component\Validator\Exception\UnexpectedValueException
|
||
|
interfaces: []
|