Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DExecutionContext.php114 private array $executionScopedVariables = []; variable in ComboStrap\\ExecutionContext
509 if (isset($this->executionScopedVariables[$objectIdentifier])) {
510 return $this->executionScopedVariables[$objectIdentifier];
517 $this->executionScopedVariables[$objectIdentifier] = &$object;
553 $this->executionScopedVariables[$key] = $b;
562 $var = $this->executionScopedVariables[$name] ?? null;
1095 if (!isset($this->executionScopedVariables[$globalObjectIdentifier])) {
1102 $object = &$this->executionScopedVariables[$globalObjectIdentifier];
1125 unset($this->executionScopedVariables[$globalObjectIdentifier]);
1135 $scopedVariables = array_keys($this->executionScopedVariables);