SlimCMS\Contracts\Modules\IModule::uninstallModule PHP Method

uninstallModule() public method

Run for module remove
public uninstallModule ( ) : void
return void
    public function uninstallModule();

Usage Example

Esempio n. 1
0
 public static function uninstall(IModule $module)
 {
     self::checkDbConnection();
     $module->uninstallModule();
 }