예제 #1
0
 public function status()
 {
     $utils = new DBUtils();
     $var = $utils->getTicketsBooked($this->user);
     return $var;
 }