ConstraintValidatorContext

Undocumented in source.

Members

Functions

append
ConstraintValidatorContext append(Validator )

append validator

isValid
bool isValid()

if it is valid

messages
string[string] messages()

Get all errors associated with a field @ the key is filed's name and the value is error message Note : Multiple errors for the same field will only return one

toString
string toString()

return valid string

Meta