Example #1
0
 function uploadTicket($opt = array())
 {
     $opt['dbfile'] = $this->id;
     return parent::uploadTicket($opt);
 }