api/symfony/Component/Validator/ConstraintValidatorInterface.yaml
2024-09-26 02:03:21 -07:00

40 lines
765 B
YAML

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