ContextualValidatorInterface

interface ContextualValidatorInterface A validator in a specific execution context.

2016-10-28 06:12:12
ContextualValidatorInterface::getViolations()

Constrain

2016-10-28 06:12:13
ValidatorInterface

interface ValidatorInterface implements

2016-10-28 06:36:49
RecursiveContextualValidator

class RecursiveContextualValidator implements

2016-10-28 06:28:32
ContextualValidatorInterface::atPath()

ContextualValidatorInterface atPath(string $path) Appends the given path to the property path of the context. If called multiple times, the path will always be reset to the context's original path with the given path appended to it. Parameters string $path The path to append Return Value ContextualValidatorInterface This validator

2016-10-28 06:12:12
RecursiveContextualValidator::getViolations()

Constrain

2016-10-28 06:28:33
RecursiveContextualValidator::atPath()

ContextualValidatorInterface atPath(string $path) Appends the given path to the property path of the context. If called multiple times, the path will always be reset to the context's original path with the given path appended to it. Parameters string $path The path to append Return Value ContextualValidatorInterface This validator

2016-10-28 06:28:33
ContextualValidatorInterface::validateProperty()

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

2016-10-28 06:12:13
RecursiveValidator

class RecursiveValidator implements

2016-10-28 06:28:35
RecursiveValidator::inContext()

ContextualValidatorInterface inContext(ExecutionContextInterface $context) Returns a validator in the given execution context. The returned validator adds all generated violations to the given context. Parameters ExecutionContextInterface $context The execution context Return Value ContextualValidatorInterface The validator for that context

2016-10-28 06:28:36