user = $user; $this->routes = [ "index.php" => $this->catcher() ]; } private function catcher(): void { // ... } }