PHP Class Ojs\ApiBundle\Controller\Journal\JournalSectionRestController

Inheritance: extends Ojs\ApiBundle\Controller\ApiController
Afficher le fichier Open project: ojs/ojs

Méthodes publiques

Méthode Description
deleteSectionAction ( $id ) : Response
getSectionAction ( integer $id ) : array Get single Section.
getSectionsAction ( Request $request, FOS\RestBundle\Request\ParamFetcherInterface $paramFetcher ) : array List all Sections.
newSectionAction ( ) : Symfony\Component\Form\FormTypeInterface Presents the form to use to create a new Section.
patchSectionAction ( Request $request, integer $id ) : Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View Update existing journal_section from the submitted data or create a new journal_section at a specific location.
postSectionAction ( Request $request ) : Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View Create a Section from the submitted data.
putSectionAction ( Request $request, integer $id ) : Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View Update existing Section from the submitted data or create a new Section at a specific location.

Méthodes protégées

Méthode Description
getOr404 ( mixed $id ) : Ojs\JournalBundle\Entity\Section Fetch a Section or throw an 404 Exception.

Method Details

deleteSectionAction() public méthode

public deleteSectionAction ( $id ) : Response
$id
Résultat Response

getOr404() protected méthode

Fetch a Section or throw an 404 Exception.
protected getOr404 ( mixed $id ) : Ojs\JournalBundle\Entity\Section
$id mixed
Résultat Ojs\JournalBundle\Entity\Section

getSectionAction() public méthode

Get single Section.
public getSectionAction ( integer $id ) : array
$id integer the Section id
Résultat array

getSectionsAction() public méthode

List all Sections.
public getSectionsAction ( Request $request, FOS\RestBundle\Request\ParamFetcherInterface $paramFetcher ) : array
$request Symfony\Component\HttpFoundation\Request the request object
$paramFetcher FOS\RestBundle\Request\ParamFetcherInterface param fetcher service
Résultat array

newSectionAction() public méthode

Presents the form to use to create a new Section.
public newSectionAction ( ) : Symfony\Component\Form\FormTypeInterface
Résultat Symfony\Component\Form\FormTypeInterface

patchSectionAction() public méthode

Update existing journal_section from the submitted data or create a new journal_section at a specific location.
public patchSectionAction ( Request $request, integer $id ) : Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View
$request Symfony\Component\HttpFoundation\Request the request object
$id integer the journal_section id
Résultat Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View

postSectionAction() public méthode

Create a Section from the submitted data.
public postSectionAction ( Request $request ) : Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View
$request Symfony\Component\HttpFoundation\Request the request object
Résultat Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View

putSectionAction() public méthode

Update existing Section from the submitted data or create a new Section at a specific location.
public putSectionAction ( Request $request, integer $id ) : Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View
$request Symfony\Component\HttpFoundation\Request the request object
$id integer the Section id
Résultat Symfony\Component\Form\FormTypeInterface | FOS\RestBundle\Controller\Annotations\View