PHP Класс Aimeos\Shop\Controller\JsonadmController

Наследование: extends Illuminate\Routing\Controller, use trait Illuminate\Foundation\Auth\Access\AuthorizesRequests
Показать файл Открыть проект

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

Метод Описание
deleteAction ( Illuminate\Http\Request $request ) : Illuminate\Http\Response Deletes the resource object or a list of resource objects
getAction ( Illuminate\Http\Request $request ) : Illuminate\Http\Response Returns the requested resource object or list of resource objects
optionsAction ( Illuminate\Http\Request $request ) : Illuminate\Http\Response Returns the available HTTP verbs and the resource URLs
patchAction ( Illuminate\Http\Request $request ) : Illuminate\Http\Response Updates a resource object or a list of resource objects
postAction ( Illuminate\Http\Request $request ) : Illuminate\Http\Response Creates a new resource object or a list of resource objects
putAction ( Illuminate\Http\Request $request ) : Illuminate\Http\Response Creates or updates a single resource object

Защищенные методы

Метод Описание
createClient ( ) : Aimeos\Admin\JsonAdm\Iface Returns the JsonAdm client
createResponse ( string $content, integer $status, array $header ) : Illuminate\Http\Response Creates a new response object

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

createClient() защищенный метод

Returns the JsonAdm client
protected createClient ( ) : Aimeos\Admin\JsonAdm\Iface
Результат Aimeos\Admin\JsonAdm\Iface JsonAdm client

createResponse() защищенный метод

Creates a new response object
protected createResponse ( string $content, integer $status, array $header ) : Illuminate\Http\Response
$content string Body of the HTTP response
$status integer HTTP status
$header array List of HTTP headers
Результат Illuminate\Http\Response HTTP response object

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

Deletes the resource object or a list of resource objects
public deleteAction ( Illuminate\Http\Request $request ) : Illuminate\Http\Response
$request Illuminate\Http\Request Request object
Результат Illuminate\Http\Response Response object containing the generated output

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

Returns the requested resource object or list of resource objects
public getAction ( Illuminate\Http\Request $request ) : Illuminate\Http\Response
$request Illuminate\Http\Request Request object
Результат Illuminate\Http\Response Response object containing the generated output

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

Returns the available HTTP verbs and the resource URLs
public optionsAction ( Illuminate\Http\Request $request ) : Illuminate\Http\Response
$request Illuminate\Http\Request Request object
Результат Illuminate\Http\Response Response object containing the generated output

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

Updates a resource object or a list of resource objects
public patchAction ( Illuminate\Http\Request $request ) : Illuminate\Http\Response
$request Illuminate\Http\Request Request object
Результат Illuminate\Http\Response Response object containing the generated output

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

Creates a new resource object or a list of resource objects
public postAction ( Illuminate\Http\Request $request ) : Illuminate\Http\Response
$request Illuminate\Http\Request Request object
Результат Illuminate\Http\Response Response object containing the generated output

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

Creates or updates a single resource object
public putAction ( Illuminate\Http\Request $request ) : Illuminate\Http\Response
$request Illuminate\Http\Request Request object
Результат Illuminate\Http\Response Response object containing the generated output