Example #1
0
 /**
  * Uninstall the module
  * 
  * @return  boolean
  */
 public function uninstall()
 {
     return $this->app->getModuleManager()->uninstall($this->module);
 }