db = $db; } public function showEvent() { $event = $this->db->getEvent(); echo "Esemény: $event
"; } }