You are here

private property ExecutionContext::$initializedObjects 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::initializedObjects

Stores which objects have been initialized.

Type: array

File

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

Class

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

Namespace

Symfony\Component\Validator\Context

Code

private $initializedObjects;