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