ConstraintViolationList
  • References/PHP/Symfony/Component/Validator

class ConstraintViolationList implements IteratorAggregate,

2025-01-10 15:47:30
ExecutionContext::setConstraint()
  • References/PHP/Symfony/Component/Validator/Context

setConstraint(Constraint $constraint)

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

ContextualValidatorInterface validatePropertyValue(object|string $objectOrClass, string $propertyName, mixed $value, array|null $groups = null) Validates a value against the constraints specified for an object's property. Parameters object|string $objectOrClass The object or its class name string $propertyName The name of the property mixed $value The value to validate against the property's constraints array|null $groups The validation groups to validate. If none is given, "D

2025-01-10 15:47:30
ExecutionContext::getObject()
  • References/PHP/Symfony/Component/Validator/Context

object|null getObject() Returns the currently validated object. If the validator is currently

2025-01-10 15:47:30
GlobalExecutionContextInterface deprecated::getValidatorFactory()
  • References/PHP/Symfony/Component/Validator

Con

2025-01-10 15:47:30
GenericMetadata::addConstraints()
  • References/PHP/Symfony/Component/Validator/Mapping

GenericMetadata addConstraints(array

2025-01-10 15:47:30
MemberMetadata::isProtected()
  • References/PHP/Symfony/Component/Validator/Mapping

bool isProtected(object|string $objectOrClassName) Returns whether this member is protected.

2025-01-10 15:47:30
ExecutionContextInterface deprecated
  • References/PHP/Symfony/Component/Validator

interface ExecutionContextInterface deprecated

2025-01-10 15:47:30
ValidatorInterface deprecated::getMetadataFactory()
  • References/PHP/Symfony/Component/Validator

MetadataFactoryInterface

2025-01-10 15:47:30
ExecutionContext::getValidator()
  • References/PHP/Symfony/Component/Validator/Context

ValidatorInterface

2025-01-10 15:47:30