コード例 #1
0
ファイル: Network.php プロジェクト: cnlangzi/wifidog-auth
 /** 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
ファイル: NodeGroup.php プロジェクト: cnlangzi/wifidog-auth
 /** 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');
 }