메소드 |
설명 |
|
__construct ( Symfony\Component\Validator\Validator\ValidatorInterface $validator, mixed $root, Symfony\Component\Translation\TranslatorInterface $translator, string | null $translationDomain = null ) |
Creates a new execution context. |
|
addViolation ( $message, array $parameters = [] ) |
|
|
buildViolation ( $message, array $parameters = [] ) |
|
|
getClassName ( ) |
|
|
getConstraint ( ) |
|
|
getGroup ( ) |
|
|
getMetadata ( ) |
|
|
getObject ( ) |
|
|
getPropertyName ( ) |
|
|
getPropertyPath ( $subPath = '' ) |
|
|
getRoot ( ) |
|
|
getValidator ( ) |
|
|
getValue ( ) |
|
|
getViolations ( ) |
|
|
isConstraintValidated ( $cacheKey, $constraintHash ) |
|
|
isGroupValidated ( $cacheKey, $groupHash ) |
|
|
isObjectInitialized ( $cacheKey ) |
|
|
markConstraintAsValidated ( $cacheKey, $constraintHash ) |
|
|
markGroupAsValidated ( $cacheKey, $groupHash ) |
|
|
markObjectAsInitialized ( $cacheKey ) |
|
|
setConstraint ( Constraint $constraint ) |
|
|
setGroup ( $group ) |
|
|
setNode ( $value, $object, Symfony\Component\Validator\Mapping\MetadataInterface $metadata = null, $propertyPath ) |
|
|