PHP Class app\http\controllers\NoticesController

Inheritance: extends App\Http\Controllers\Loggable
Show file Open project: ant-vel/antVel

Public Methods

Method Description
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.

Protected Methods

Method Description
getActions ( $notices )

Method Details

check() public method

public check ( $id )

create() public method

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

destroy() public method

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

edit() public method

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

getActions() protected method

protected getActions ( $notices )

index() public method

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

push() public method

public push ( $force = false )

show() public method

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

store() public method

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

unauth() public method

public unauth ( )

update() public method

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