PHP Класс Components\ThemeManager\Controllers\Backend\ThemeManagerController

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

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

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