Property | Type | Description | |
---|---|---|---|
$criteriaFactory | |||
$handler | |||
$response | |||
$router | Symfony\Component\Routing\RouterInterface |
Method | Description | |
---|---|---|
__construct ( |
||
deleteAction ( |
||
getAction ( |
||
listAction ( |
||
optionsAction ( |
||
patchAction ( |
||
postAction ( |
||
putAction ( |
public __construct ( |
||
$handler | ||
$criteriaFactory | ||
$router | Symfony\Component\Routing\RouterInterface |
public deleteAction ( |
||
$request | ||
$resource | string | |
$id | integer | |
return |
public listAction ( |
||
$request | ||
$resource | string | |
return |
public optionsAction ( |
||
$request |
public patchAction ( |
||
$request | ||
$resource | string | |
$id | integer | |
return |
public postAction ( |
||
$request | ||
$resource | string | |
return |
protected CriteriaFactory,Lemon\RestBundle\Object\Criteria $criteriaFactory | ||
return |
protected Handler,Lemon\RestBundle\Request $handler | ||
return |
protected Response,Symfony\Component\HttpFoundation $response | ||
return |