Home
last modified time | relevance | path

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

/plugin/combo/action/
Dsnippets.php178 $headEventWasCalled = $executionContext->getRuntimeBoolean(self::HEAD_EVENT_WAS_CALLED);
/plugin/combo/ComboStrap/
DExecutionContext.php560 public function getRuntimeBoolean(string $name): bool function in ComboStrap\\ExecutionContext