Searched refs:objectIdentifier (Results 1 – 2 of 2) sorted by relevance
175 $objectIdentifier = self::CANONICAL . "-" . $brandNameQualified;178 return $executionContext->getRuntimeObject($objectIdentifier);181 $executionContext->setRuntimeObject($objectIdentifier, $brandObject);
507 public function &getRuntimeObject(string $objectIdentifier) argument509 if (isset($this->executionScopedVariables[$objectIdentifier])) {510 return $this->executionScopedVariables[$objectIdentifier];512 throw new ExceptionNotFound("No object $objectIdentifier found");515 public function setRuntimeObject($objectIdentifier, &$object): ExecutionContext argument517 $this->executionScopedVariables[$objectIdentifier] = &$object;