apiKey = $apiKey; $this->idsModel = new Ids($apiKey); $this->query = new Query($apiKey); } public function getAllLogbookEvents() { return $this->getGrid(); } }