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
NotNullValidator
  • References/PHP/Symfony/Component/Validator/Constraints

class NotNullValidator extends

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

mixed getValue() Returns the value that the validator is currently validating. If you

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

addImplicitGroupName(string $group) Adds the given group if this constraint is in the Default group

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

ValidatorBuilderInterface

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

class BlankValidator 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
Valid
  • References/PHP/Symfony/Component/Validator/Constraints

class Valid extends Constraint

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

ValidatorBuilderInterface

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

string getClassName() Returns the name of the backing PHP class.

2025-01-10 15:47:30