Example #1
0
 /**
  * return constructed ticket_user object based on TUserId.
  * @param $id the TUserId of the entry.
  * @return constructed ticket_user object
  */
 public static function constr_TUserId($id)
 {
     $instance = new self();
     $instance->setTUserId($id);
     return $instance;
 }