コード例 #1
0
ファイル: Test.php プロジェクト: JerzyM/concerto-platform
 public function mysql_delete()
 {
     $this->delete_sessions();
     $this->delete_object_links(TestVariable::get_mysql_table());
     parent::mysql_delete();
 }