ticket_id = $ticket_id; } /** * @return int */ public function getTicketId(): int { return $this->ticket_id; } }