PHP Класс Backend\ModulesController

Наследование: extends backend\AdminController
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Приватные методы

Метод Описание
revertMigrations ( Object $module ) Revert the migrations and database tables created by the module

Описание методов

__construct() публичный Метод

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

getDelete() публичный Метод

Remove the specified resource from storage.
public getDelete ( integer $id ) : Illuminate\Http\RedirectResponse
$id integer
Результат Illuminate\Http\RedirectResponse

getIndex() публичный Метод

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

getInstall() публичный Метод

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

postInstall() публичный Метод

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