PHP 클래스 Mage2\Page\Controllers\Admin\PageController

상속: extends Mage2\Framework\System\Controllers\AdminController
파일 보기 프로젝트 열기: mage2/laravel-ecommerce

공개 메소드들

메소드 설명
create ( ) : Illuminate\Http\Response Show the form for creating a new page.
destroy ( integer $id ) : Illuminate\Http\Response Remove the specified page from storage.
edit ( integer $id ) : Illuminate\Http\Response Show the form for editing the specified page.
index ( ) : Illuminate\Http\Response Display a listing of the Page.
show ( integer $id ) : Illuminate\Http\Response Display the specified page.
store ( PageRequest $request ) : Illuminate\Http\Response Store a newly created page in database.
update ( PageRequest $request, integer $id ) : Illuminate\Http\Response Update the specified page in database.

메소드 상세

create() 공개 메소드

Show the form for creating a new page.
public create ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response

destroy() 공개 메소드

Remove the specified page from storage.
public destroy ( integer $id ) : Illuminate\Http\Response
$id integer
리턴 Illuminate\Http\Response

edit() 공개 메소드

Show the form for editing the specified page.
public edit ( integer $id ) : Illuminate\Http\Response
$id integer
리턴 Illuminate\Http\Response

index() 공개 메소드

Display a listing of the Page.
public index ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response

show() 공개 메소드

Display the specified page.
public show ( integer $id ) : Illuminate\Http\Response
$id integer
리턴 Illuminate\Http\Response

store() 공개 메소드

Store a newly created page in database.
public store ( PageRequest $request ) : Illuminate\Http\Response
$request Mage2\Page\Requests\PageRequest
리턴 Illuminate\Http\Response

update() 공개 메소드

Update the specified page in database.
public update ( PageRequest $request, integer $id ) : Illuminate\Http\Response
$request Mage2\Page\Requests\PageRequest
$id integer
리턴 Illuminate\Http\Response