PHP Class Backend\ModulesController

Inheritance: extends backend\AdminController
Afficher le fichier Open project: doptor/doptor

Méthodes publiques

Méthode Description
__construct ( ModuleInstaller $moduleInstaller )
getDelete ( integer $id ) : Illuminate\Http\RedirectResponse Remove the specified resource from storage.
getIndex ( ) Display a listing of the installed modules.
getInstall ( ) Show the menu for creating a new installed module.
postInstall ( ) Store a newly created installed module in storage.

Private Methods

Méthode Description
revertMigrations ( Object $module ) Revert the migrations and database tables created by the module

Method Details

__construct() public méthode

public __construct ( ModuleInstaller $moduleInstaller )
$moduleInstaller Services\ModuleInstaller

getDelete() public méthode

Remove the specified resource from storage.
public getDelete ( integer $id ) : Illuminate\Http\RedirectResponse
$id integer
Résultat Illuminate\Http\RedirectResponse

getIndex() public méthode

Display a listing of the installed modules.
public getIndex ( )

getInstall() public méthode

Show the menu for creating a new installed module.
public getInstall ( )

postInstall() public méthode

Store a newly created installed module in storage.
public postInstall ( )