PHP 클래스 App\Http\Controllers\NoticesController

상속: extends App\Http\Controllers\Loggable
파일 보기 프로젝트 열기: ant-vel/antVel

공개 메소드들

메소드 설명
check ( $id )
create ( ) : Response Show the form for creating a new resource.
destroy ( integer $id ) : Response Remove the specified resource from storage.
edit ( integer $id ) : Response Show the form for editing the specified resource.
index ( ) : Response Display a listing of the resource.
push ( $force = false )
show ( integer $id ) : Response Display the specified resource.
store ( ) : Response Store a newly created resource in storage.
unauth ( )
update ( integer $id ) : Response Update the specified resource in storage.

보호된 메소드들

메소드 설명
getActions ( $notices )

메소드 상세

check() 공개 메소드

public check ( $id )

create() 공개 메소드

Show the form for creating a new resource.
public create ( ) : Response
리턴 Response

destroy() 공개 메소드

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

edit() 공개 메소드

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

getActions() 보호된 메소드

protected getActions ( $notices )

index() 공개 메소드

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

push() 공개 메소드

public push ( $force = false )

show() 공개 메소드

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

store() 공개 메소드

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

unauth() 공개 메소드

public unauth ( )

update() 공개 메소드

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