Constraint
  • References/PHP/Symfony/Component/Validator

class Constraint Contains the properties of a constraint definition. A constraint can be

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

class Psr6Cache implements

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

markGroupAsValidated(string $cacheKey, string $groupHash) Marks an object as validated in a specific

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

ClassMetadata addPropertyConstraint(string

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

class Country extends Constraint

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

ContextualValidatorInterface inContext(ExecutionContextInterface $context) Returns a validator in the given execution context. The returned validator adds all generated violations to the given context. Parameters ExecutionContextInterface $context The execution context Return Value ContextualValidatorInterface The validator for that context

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

static bool checkTime(int $hour, int $minute, int $second) Checks whether a time is

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

mixed getPropertyValue(mixed $containingValue) Extracts the value of the property from the given

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

validate(mixed $value, Constraint $constraint)

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

interface MetadataFactoryInterface deprecated

2025-01-10 15:47:30