PHP Class Modules\Doptor\CompanyInfo\Controllers\CompanyController

Inheritance: extends Modules\Doptor\CompanyInfo\Controllers\CompanyBaseController
Show file Open project: doptor/doptor

Public Methods

Method Description
__construct ( )
create ( ) Show the form for creating a new resource.
destroy ( integer $id = null ) : Illuminate\Http\RedirectResponse Remove the specified resource from storage.
edit ( integer $id ) Show the form for editing the specified resource.
index ( ) Display a listing of the resource.
show ( integer $id ) Display the specified resource.
store ( ) Store a newly created resource in storage.
update ( integer $id ) : Illuminate\Http\RedirectResponse Update the specified resource in storage.

Method Details

__construct() public method

public __construct ( )

create() public method

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

destroy() public method

Remove the specified resource from storage.
public destroy ( integer $id = null ) : Illuminate\Http\RedirectResponse
$id integer
return Illuminate\Http\RedirectResponse

edit() public method

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

index() public method

Display a listing of the resource.
public index ( )

show() public method

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

store() public method

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

update() public method

Update the specified resource in storage.
public update ( integer $id ) : Illuminate\Http\RedirectResponse
$id integer
return Illuminate\Http\RedirectResponse