public function ExecutionContextInterface::markObjectAsInitialized in Plug 7
Marks that 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:
See also
ObjectInitializerInterface
1 method overrides ExecutionContextInterface::markObjectAsInitialized()
- ExecutionContext::markObjectAsInitialized in lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Context/ ExecutionContext.php - Marks that an object was initialized.
File
- lib/
Symfony/ validator/ Symfony/ Component/ Validator/ Context/ ExecutionContextInterface.php, line 211
Class
- ExecutionContextInterface
- The context of a validation run.
Namespace
Symfony\Component\Validator\ContextCode
public function markObjectAsInitialized($cacheKey);