コード例 #1
0
ファイル: dbdata.class.php プロジェクト: soldair/solumLite
 /**
  * this is to remove all data from this obejct
  * @return true
  */
 public static function emptyData()
 {
     self::$data = array();
     return true;
 }