You are here

private property ExecutionContext::$object in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Context/ExecutionContext.php \Symfony\Component\Validator\Context\ExecutionContext::object

The currently validated object.

Type: object|null

File

vendor/symfony/validator/Context/ExecutionContext.php, line 82

Class

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

Namespace

Symfony\Component\Validator\Context

Code

private $object;