Method |
Description |
|
__construct ( Doctrine\Common\Persistence\ObjectManager $om, $entityClass, Symfony\Component\Form\FormFactoryInterface $formFactory, JournalService $journalService, Symfony\Component\HttpKernel\KernelInterface $kernel, ApiHandlerHelper $apiHelper ) |
|
|
all ( integer $limit = 5, integer $offset ) : array |
Get a list of Issues. |
|
delete ( Issue $entity ) : Issue |
Delete a Issue. |
|
get ( mixed $id, boolean $normalize = false ) : Issue |
Get a Issue. |
|
patch ( Issue $entity, array $parameters ) : Issue |
Partially update a Issue. |
|
post ( array $parameters ) : Issue |
Create a new Issue. |
|
put ( Issue $entity, array $parameters ) : Issue |
Edit a Issue. |
|