Example #1
0
 /**
  * construct an object based on the SGroupId.
  * @param $id the id of the group we want to construct
  * @return the constructed support group object
  */
 public static function constr_SGroupId($id)
 {
     $instance = new self();
     $instance->setSGroup($id);
     return $instance;
 }