26 lines
561 B
YAML
26 lines
561 B
YAML
name: ConstraintValidatorFactoryInterface
|
|
class_comment: null
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: getInstance
|
|
visibility: public
|
|
parameters:
|
|
- name: constraint
|
|
comment: '# * Specifies an object able to return the correct ConstraintValidatorInterface
|
|
|
|
# * instance given a Constraint object.
|
|
|
|
# */
|
|
|
|
# interface ConstraintValidatorFactoryInterface
|
|
|
|
# {
|
|
|
|
# /**
|
|
|
|
# * Given a Constraint, this returns the ConstraintValidatorInterface
|
|
|
|
# * object that should be used to verify its validity.'
|
|
traits: []
|
|
interfaces: []
|