PHP Класс Modules\Doptor\CompanyInfo\Controllers\CompanyController

Наследование: extends Modules\Doptor\CompanyInfo\Controllers\CompanyBaseController
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный метод

public __construct ( )

create() публичный метод

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

destroy() публичный метод

Remove the specified resource from storage.
public destroy ( integer $id = null ) : Illuminate\Http\RedirectResponse
$id integer
Результат Illuminate\Http\RedirectResponse

edit() публичный метод

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

index() публичный метод

Display a listing of the resource.
public index ( )

show() публичный метод

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

store() публичный метод

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

update() публичный метод

Update the specified resource in storage.
public update ( integer $id ) : Illuminate\Http\RedirectResponse
$id integer
Результат Illuminate\Http\RedirectResponse