Example #1
0
 /**
  * return constructed element based on TContentId.
  * @param $id the id of ticket_content entry.
  * @return a constructed ticket_content object by specifying the TContentId. 
  */
 public static function constr_TContentId($id)
 {
     $instance = new self();
     $instance->setTContentId($id);
     return $instance;
 }