Searched refs:hasEnded (Results 1 – 4 of 4) sorted by relevance
94 $hasEnded = $executionContext96 ->hasEnded();97 if ($hasEnded) {
174 if (ExecutionContext::getActualOrCreateFromEnv()->response()->hasEnded()) {
49 private bool $hasEnded = false; variable in ComboStrap\\HttpResponse124 $this->hasEnded = true;355 function hasEnded(): bool function in ComboStrap\\HttpResponse357 return $this->hasEnded;
88 if (ExecutionContext::getActualOrCreateFromEnv()->response()->hasEnded()) {