Method | Description | |
---|---|---|
deleteCitationAction ( $id ) : |
||
getCitationAction ( integer $id ) : array | Get single ArticleCitation. | |
getCitationsAction ( FOS\RestBundle\Request\ParamFetcherInterface $paramFetcher ) : array | List all ArticleCitations. | |
newCitationAction ( ) : Symfony\Component\Form\FormTypeInterface | Presents the form to use to create a new ArticleCitation. | |
patchCitationAction ( |
Update existing article citation from the submitted data or create a new article citation at a specific location. | |
postCitationAction ( |
Create a ArticleCitation from the submitted data. | |
putCitationAction ( |
Update existing ArticleCitation from the submitted data or create a new ArticleCitation at a specific location. |
Method | Description | |
---|---|---|
getOr404 ( mixed $id ) : |
Fetch a ArticleCitation or throw an 404 Exception. |
public deleteCitationAction ( $id ) : |
||
$id | ||
return |
public getCitationAction ( integer $id ) : array | ||
$id | integer | the ArticleCitation id |
return | array |
public getCitationsAction ( FOS\RestBundle\Request\ParamFetcherInterface $paramFetcher ) : array | ||
$paramFetcher | FOS\RestBundle\Request\ParamFetcherInterface | param fetcher service |
return | array |
public newCitationAction ( ) : Symfony\Component\Form\FormTypeInterface | ||
return | Symfony\Component\Form\FormTypeInterface |
public patchCitationAction ( |
||
$request | the request object | |
$id | integer | the article citation id |
return | Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View |
public postCitationAction ( |
||
$request | the request object | |
return | Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View |
public putCitationAction ( |
||
$request | the request object | |
$id | integer | the ArticleCitation id |
return | Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View |