コード例 #1
0
 protected function _uninstall()
 {
     if (framework\Context::getScope()->getID() == 1) {
         Commits::getTable()->drop();
         Files::getTable()->drop();
         IssueLinks::getTable()->drop();
     }
     parent::_uninstall();
 }
コード例 #2
0
ファイル: Mailing.php プロジェクト: RTechSoft/thebuggenie
 protected function _uninstall()
 {
     parent::_uninstall();
 }
コード例 #3
0
ファイル: Publish.php プロジェクト: nrensen/thebuggenie
 protected function _uninstall()
 {
     if (framework\Context::getScope()->getID() == 1) {
         Articles::getTable()->drop();
     }
     Links::getTable()->removeByTargetTypeTargetIDandLinkID('wiki', 0);
     parent::_uninstall();
 }