コード例 #1
0
 function disable($aParams)
 {
     $aResult = parent::disable($aParams);
     if ($aResult['result']) {
         // disabling was successful
         // TODO: switch accounts context which active profiles belong to this module
     }
     return $aResult;
 }
コード例 #2
0
 public function disable($aParams)
 {
     $this->_processHandlers('delete_handlers');
     return parent::disable($aParams);
 }