IpValidator
  • References/PHP/Symfony/Component/Validator/Constraints

class IpValidator extends

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

class NotEqualToValidator extends

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

bool hasPropertyMetadata(string $property) Check if there's any metadata attached to the given

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

class IssnValidator extends

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
CardScheme::getDefaultOption()
  • References/PHP/Symfony/Component/Validator/Constraints

string getDefaultOption() Returns the name of the default option. Override this method

2025-01-10 15:47:30
ConstraintViolationBuilderInterface::setCode()
  • References/PHP/Symfony/Component/Validator/Violation

ConstraintViolationBuilderInterface setCode(string|null $code) Sets the violation code. Parameters string|null $code The violation code Return Value ConstraintViolationBuilderInterface This builder

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

class MemberMetadata extends

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

interface MetadataInterface deprecated

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

ContextualValidatorInterface atPath(string $path) Appends the given path to the property path of the context. If called multiple times, the path will always be reset to the context's original path with the given path appended to it. Parameters string $path The path to append Return Value ContextualValidatorInterface This validator

2025-01-10 15:47:30