Method | Description | |
---|---|---|
deleteAction ( |
Deletes the resource object or a list of resource objects | |
getAction ( |
Returns the requested resource object or list of resource objects | |
optionsAction ( |
Returns the available HTTP verbs and the resource URLs | |
patchAction ( |
Updates a resource object or a list of resource objects | |
postAction ( |
Creates a new resource object or a list of resource objects | |
putAction ( |
Creates or updates a single resource object |
Method | Description | |
---|---|---|
createClient ( string $site, $resource, string $lang ) : Aimeos\MShop\Context\Item\Iface | Returns the resource controller | |
createResponse ( string $content, integer $status, array $header ) : |
Creates a new response object |
protected createClient ( string $site, $resource, string $lang ) : Aimeos\MShop\Context\Item\Iface | ||
$site | string | Unique site code |
$lang | string | Language code |
return | Aimeos\MShop\Context\Item\Iface | Context item |
public deleteAction ( |
||
$request | Request object | |
$site | string | Unique site code |
return | Response object containing the generated output |
public optionsAction ( |
||
$request | Request object | |
$site | string | Unique site code |
return | Response object containing the generated output |
public patchAction ( |
||
$request | Request object | |
$site | string | Unique site code |
return | Response object containing the generated output |
public postAction ( |
||
$request | Request object | |
$site | string | Unique site code |
return | Response object containing the generated output |