You are here

private property ExecutionContext::$validatedConstraints in Plug 7

Stores which class constraint has been validated for which object.

Type: array

File

lib/Symfony/validator/Symfony/Component/Validator/Context/ExecutionContext.php, line 122

Class

ExecutionContext
The context used and created by {@link ExecutionContextFactory}.

Namespace

Symfony\Component\Validator\Context

Code

private $validatedConstraints = array();