Home
last modified time | relevance | path

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

/template/strap/action/
H A Ddocustom.php94 $hasEnded = $executionContext
96 ->hasEnded();
97 if ($hasEnded) {
H A Dstaticresource.php174 if (ExecutionContext::getActualOrCreateFromEnv()->response()->hasEnded()) {
/template/strap/ComboStrap/
H A DHttpResponse.php49 private bool $hasEnded = false; variable in ComboStrap\\HttpResponse
124 $this->hasEnded = true;
355 function hasEnded(): bool function in ComboStrap\\HttpResponse
357 return $this->hasEnded;
H A DHttpRequest.php88 if (ExecutionContext::getActualOrCreateFromEnv()->response()->hasEnded()) {