platform/api/symfony/Component/Validator/ConstraintValidatorFactoryInterface.yaml

27 lines
561 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []