PHP 클래스 Backend\ModulesController

상속: extends backend\AdminController
파일 보기 프로젝트 열기: doptor/doptor

공개 메소드들

메소드 설명
__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 ( )