Home
last modified time | relevance | path

Searched refs:globalObjectIdentifier (Results 1 – 1 of 1) sorted by relevance

/plugin/combo/ComboStrap/
DExecutionContext.php1088 * @param string $globalObjectIdentifier
1092 function closeAndRemoveRuntimeVariableIfExists(string $globalObjectIdentifier) argument
1095 if (!isset($this->executionScopedVariables[$globalObjectIdentifier])) {
1102 $object = &$this->executionScopedVariables[$globalObjectIdentifier];
1125 unset($this->executionScopedVariables[$globalObjectIdentifier]);