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;
 }
 public function disable($aParams)
 {
     $this->_processHandlers('delete_handlers');
     return parent::disable($aParams);
 }
 function __construct($aConfig)
 {
     parent::__construct($aConfig);
 }