PHP Class Components\MediaManager\Controllers\Backend\MediaManagerController

Inheritance: extends Backend\AdminController
Afficher le fichier Open project: doptor/doptor

Méthodes publiques

Méthode Description
__construct ( )
create_folder ( )
destroy ( integer $id = null ) : Response Remove the specified media_entry from storage.
edit ( integer $id ) : Response Show the form for editing the specified media_entry.
folder_contents ( )
index ( ) : Response Show the form for creating a new media_entry.
show ( integer $id ) : Response Display the specified media_entry.
store ( ) : Response Store a newly created media_entry in storage.
update ( integer $id ) : Response Update the specified media_entry in storage.

Method Details

__construct() public méthode

public __construct ( )

create_folder() public méthode

public create_folder ( )

destroy() public méthode

Remove the specified media_entry from storage.
public destroy ( integer $id = null ) : Response
$id integer
Résultat Response

edit() public méthode

Show the form for editing the specified media_entry.
public edit ( integer $id ) : Response
$id integer
Résultat Response

folder_contents() public méthode

public folder_contents ( )

index() public méthode

Show the form for creating a new media_entry.
public index ( ) : Response
Résultat Response

show() public méthode

Display the specified media_entry.
public show ( integer $id ) : Response
$id integer
Résultat Response

store() public méthode

Store a newly created media_entry in storage.
public store ( ) : Response
Résultat Response

update() public méthode

Update the specified media_entry in storage.
public update ( integer $id ) : Response
$id integer
Résultat Response