public function ExecutionContextInterface::isObjectInitialized in Plug 7
Returns whether an object was initialized.
@internal Used by the validator engine. Should not be called by user code.
Parameters
string $cacheKey The hash of the object:
Return value
bool Whether the object was already initialized
See also
ObjectInitializerInterface
1 method overrides ExecutionContextInterface::isObjectInitialized()
- ExecutionContext::isObjectInitialized in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Context/ ExecutionContext.php - Returns whether an object was initialized.
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Context/ ExecutionContextInterface.php, line 225
Class
- ExecutionContextInterface
- The context of a validation run.
Namespace
Symfony\Component\Validator\ContextCode
public function isObjectInitialized($cacheKey);