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

41 lines
765 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ConstraintValidatorInterface
class_comment: null
dependencies:
- name: ExecutionContextInterface
type: class
source: Symfony\Component\Validator\Context\ExecutionContextInterface
properties: []
methods:
- name: initialize
visibility: public
parameters:
- name: context
comment: '# * @author Bernhard Schussek <bschussek@gmail.com>
# */
# interface ConstraintValidatorInterface
# {
# /**
# * Initializes the constraint validator.
# *
# * @return void'
- name: validate
visibility: public
parameters:
- name: value
- name: constraint
comment: '# * Checks if the passed value is valid.
# *
# * @return void'
traits:
- Symfony\Component\Validator\Context\ExecutionContextInterface
interfaces: []