PHP Class Components\ThemeManager\Controllers\Backend\ThemeManagerController

Inheritance: extends Backend\AdminController
Show file Open project: doptor/doptor

Public Methods

Method Description
__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.

Method Details

__construct() public method

public __construct ( )

apply() public method

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

create() public method

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

destroy() public method

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

index() public method

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

installerFails() public method

public installerFails ( $errors )

installerSucceeds() public method

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

store() public method

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