PHP 클래스 Backend\MenuPositionsController

License : GNU/GPL, visit LICENSE.txt Description : Doptor is Opensource CMS. ===================================================
상속: extends backend\AdminController
파일 보기 프로젝트 열기: doptor/doptor

공개 메소드들

메소드 설명
create ( ) : Response Show the menu for creating a new menu positions.
destroy ( integer $id ) : Response Remove the specified menu positions from storage.
edit ( integer $id ) : Response Show the menu for editing the specified menu positions.
index ( ) : Response Display a listing of the menu positions.
show ( integer $id ) : Response Display the specified menu positions.
store ( ) : Response Store a newly created menu positions in storage.
update ( integer $id ) : Response Update the specified menu positions in storage.

메소드 상세

create() 공개 메소드

Show the menu for creating a new menu positions.
public create ( ) : Response
리턴 Response

destroy() 공개 메소드

Remove the specified menu positions from storage.
public destroy ( integer $id ) : Response
$id integer
리턴 Response

edit() 공개 메소드

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

index() 공개 메소드

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

show() 공개 메소드

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

store() 공개 메소드

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

update() 공개 메소드

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