platform/api/symfony/Component/Validator/ConstraintValidatorFactoryInterface.yaml
2024-09-02 10:44:11 -07:00

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: []