Method |
Description |
|
__construct ( Doctrine\Common\Persistence\ObjectManager $om, $entityClass, Symfony\Component\Form\FormFactoryInterface $formFactory ) |
|
|
all ( integer $limit = 5, integer $offset ) : array |
Get a list of Posts. |
|
delete ( AdminPost $entity ) : AdminPost |
Delete a Post. |
|
get ( mixed $id ) : AdminPost |
Get a Post. |
|
patch ( AdminPost $entity, array $parameters ) : AdminPost |
Partially update a Post. |
|
post ( array $parameters ) : AdminPost |
Create a new Post. |
|
put ( AdminPost $entity, array $parameters ) : AdminPost |
Edit a Post. |
|