PHP Symfony\Component\Validator 네임스페이스

중첩된 네임스페이스

Symfony\Component\Validator\Constraints
Symfony\Component\Validator\Context
Symfony\Component\Validator\Mapping
Symfony\Component\Validator\Tests
Symfony\Component\Validator\Validator

Interfaces

이름 설명
ValidatorInterface Validates values and graphs of objects and arrays.

클래스들

이름 설명
Constraint Contains the properties of a constraint definition.
ConstraintValidator Base class for constraint validators.
ConstraintViolation Default implementation of {@ConstraintViolationInterface}.
ConstraintViolationList A list of ConstrainViolation objects.
ExecutionContext Stores the state of the current node in the validation graph.
Validator The default implementation of the ValidatorInterface.