コード例 #1
0
ファイル: ticket.php プロジェクト: cls1991/ryzomcore
 /**
  * check if a ticket has a ticket_info page or not.
  * @return true or false
  */
 public function hasInfo()
 {
     return Ticket_Info::TicketHasInfo($this->getTId());
 }