PHP 클래스 Components\ThemeManager\Controllers\Backend\ThemeManagerController

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

공개 메소드들

메소드 설명
__construct ( )
apply ( integer $id ) : Response Display the specified theme.
create ( ) : Response Show the form for creating a new theme.
destroy ( integer $id = null ) : Response Remove the specified theme from storage.
index ( ) : Response Display a listing of the theme_manager.
installerFails ( $errors )
installerSucceeds ( $redirect_to, $message = '' )
store ( ) : Response Store a newly created theme in storage.

메소드 상세

__construct() 공개 메소드

public __construct ( )

apply() 공개 메소드

Display the specified theme.
public apply ( integer $id ) : Response
$id integer
리턴 Response

create() 공개 메소드

Show the form for creating a new theme.
public create ( ) : Response
리턴 Response

destroy() 공개 메소드

Remove the specified theme from storage.
public destroy ( integer $id = null ) : Response
$id integer
리턴 Response

index() 공개 메소드

Display a listing of the theme_manager.
public index ( ) : Response
리턴 Response

installerFails() 공개 메소드

public installerFails ( $errors )

installerSucceeds() 공개 메소드

public installerSucceeds ( $redirect_to, $message = '' )

store() 공개 메소드

Store a newly created theme in storage.
public store ( ) : Response
리턴 Response