ExecutionContextInterface::setGroup()
  • References/PHP/Symfony/Component/Validator/Context

setGroup(string|null $group) Sets the currently validated group.

2025-01-10 15:47:30
Isbn
  • References/PHP/Symfony/Component/Validator/Constraints

class Isbn extends Constraint

2025-01-10 15:47:30
Time
  • References/PHP/Symfony/Component/Validator/Constraints

class Time extends Constraint

2025-01-10 15:47:30
ContextualValidatorInterface::validateProperty()
  • References/PHP/Symfony/Component/Validator/Validator

ContextualValidatorInterface validateProperty(object $object, string $propertyName, array|null $groups = null) Validates a property of an object against the constraints specified for this property. Parameters object $object The object string $propertyName The name of the validated property array|null $groups The validation groups to validate. If none is given, "Default" is assumed Return Value ContextualValidatorInterface This validator

2025-01-10 15:47:30
ConstraintViolationBuilder
  • References/PHP/Symfony/Component/Validator/Violation

class ConstraintViolationBuilder implements

2025-01-10 15:47:30
NotEqualTo
  • References/PHP/Symfony/Component/Validator/Constraints

class NotEqualTo extends

2025-01-10 15:47:30
ClassMetadataInterface
  • References/PHP/Symfony/Component/Validator/Mapping

interface ClassMetadataInterface implements

2025-01-10 15:47:30
Regex::getRequiredOptions()
  • References/PHP/Symfony/Component/Validator/Constraints

array getRequiredOptions() Returns the name of the required options. Override this method

2025-01-10 15:47:30
Regex
  • References/PHP/Symfony/Component/Validator/Constraints

class Regex extends Constraint

2025-01-10 15:47:30
ConstraintViolationInterface::getRoot()
  • References/PHP/Symfony/Component/Validator

mixed getRoot() Returns the root element of the validation.

2025-01-10 15:47:30