getAllLogbookEvents(); } public function getLogbookDetails(int $apiKey): array { $params = $this->f3->get('GET'); $id = $params['id']; $model = new \Models\Logbook(); return $model->getLogbookDetails($id, $apiKey); } }