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