메소드 |
설명 |
|
getMetadataFactory ( ) : Symfony\Component\Validator\Mapping\ClassMetadataFactoryInterface |
Returns the factory for ClassMetadata instances |
|
validate ( object $object, array | null $groups = null ) : ConstraintViolationList |
Validate the given object. |
|
validateProperty ( object $object, string $property, array | null $groups = null ) : ConstraintViolationList |
Validate a single property of an object against its current value. |
|
validatePropertyValue ( string $class, string $property, string $value, array | null $groups = null ) : ConstraintViolationList |
Validate a single property of an object against the given value. |
|
validateValue ( mixed $value, Constraint $constraint, array | null $groups = null ) : ConstraintViolationList |
Validates a given value against a specific Constraint. |
|