PHP 클래스 Components\MediaManager\Controllers\Backend\MediaManagerController

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

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( )

create_folder() 공개 메소드

public create_folder ( )

destroy() 공개 메소드

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

edit() 공개 메소드

Show the form for editing the specified media_entry.
public edit ( integer $id ) : Response
$id integer
리턴 Response

folder_contents() 공개 메소드

public folder_contents ( )

index() 공개 메소드

Show the form for creating a new media_entry.
public index ( ) : Response
리턴 Response

show() 공개 메소드

Display the specified media_entry.
public show ( integer $id ) : Response
$id integer
리턴 Response

store() 공개 메소드

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

update() 공개 메소드

Update the specified media_entry in storage.
public update ( integer $id ) : Response
$id integer
리턴 Response