hasEncounteredImportantLog = true; } /** * @return bool */ public function hasEncounteredImportantLog() { return $this->hasEncounteredImportantLog; } /** * for tests */ public function reset() { $this->hasEncounteredImportantLog = false; } }