示例#1
0
 /** Free an instanciated object
  * @param $id The id to free
  * Thanks and so long for all the ram.
  */
 public static function freeObject($id)
 {
     HotspotGraphElement::freeObject($id, 'Network');
 }
示例#2
0
 /** Free an instanciated object
  * @param $id The id to free
  * Thanks and so long for all the ram.
  */
 public static function freeObject($id)
 {
     HotspotGraphElement::freeObject($id, 'NodeGroup');
 }