메소드 | 설명 | |
---|---|---|
deleteAction ( |
Delete entity | |
disableAction ( |
Disable entity | |
editAction ( integer $id ) : array | New element action | |
editComponentAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerInterface $entity, Symfony\Component\Form\FormView $formView ) : array | New element component action | |
enableAction ( |
Enable entity | |
listAction ( |
List elements of certain entity type. | |
listComponentAction ( Doctrine\ORM\Tools\Pagination\Paginator $paginator, Mmoreram\ControllerExtraBundle\ValueObject\PaginatorAttributes $paginatorAttributes, integer $page, integer $limit, string $orderByField, string $orderByDirection ) : array | Component for entity list. | |
navAction ( ) : array | Nav for banner group | |
newAction ( ) : array | New element action | |
newComponentAction ( Symfony\Component\Form\FormView $formView ) : array | New element action | |
saveAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerInterface $entity, Symfony\Component\Form\FormInterface $form, boolean $isValid ) : |
Save new element action | |
updateAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerInterface $entity, Symfony\Component\Form\FormInterface $form, boolean $isValid ) : |
Updated edited element action | |
viewAction ( integer $id ) : array | View element action. | |
viewComponentAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerInterface $entity ) : array | Component for entity view |
public deleteAction ( |
||
$request | Request | |
$entity | mixed | Entity to delete |
$redirectPath | string | Redirect path |
리턴 | Redirect response |
public disableAction ( |
||
$request | Request | |
$entity | Elcodi\Component\Core\Entity\Interfaces\EnabledInterface | Entity to disable |
리턴 | array | Result |
public editAction ( integer $id ) : array | ||
$id | integer | Entity id |
리턴 | array | Result |
public editComponentAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerInterface $entity, Symfony\Component\Form\FormView $formView ) : array | ||
$entity | Elcodi\Component\Banner\Entity\Interfaces\BannerInterface | Entity |
$formView | Symfony\Component\Form\FormView | Form view |
리턴 | array | Result |
public enableAction ( |
||
$request | Request | |
$entity | Elcodi\Component\Core\Entity\Interfaces\EnabledInterface | Entity to enable |
리턴 | array | Result |
public listAction ( |
||
$request | Request | |
$page | integer | Page |
$limit | integer | Limit of items per page |
$orderByField | string | Field to order by |
$orderByDirection | string | Direction to order by |
리턴 | array | Result |
public listComponentAction ( Doctrine\ORM\Tools\Pagination\Paginator $paginator, Mmoreram\ControllerExtraBundle\ValueObject\PaginatorAttributes $paginatorAttributes, integer $page, integer $limit, string $orderByField, string $orderByDirection ) : array | ||
$paginator | Doctrine\ORM\Tools\Pagination\Paginator | Paginator instance |
$paginatorAttributes | Mmoreram\ControllerExtraBundle\ValueObject\PaginatorAttributes | Paginator attributes |
$page | integer | Page |
$limit | integer | Limit of items per page |
$orderByField | string | Field to order by |
$orderByDirection | string | Direction to order by |
리턴 | array | Result |
public newComponentAction ( Symfony\Component\Form\FormView $formView ) : array | ||
$formView | Symfony\Component\Form\FormView | Form view |
리턴 | array | Result |
public saveAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerInterface $entity, Symfony\Component\Form\FormInterface $form, boolean $isValid ) : |
||
$entity | Elcodi\Component\Banner\Entity\Interfaces\BannerInterface | Entity to save |
$form | Symfony\Component\Form\FormInterface | Form view |
$isValid | boolean | Request handle is valid |
리턴 | Redirect response |
public updateAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerInterface $entity, Symfony\Component\Form\FormInterface $form, boolean $isValid ) : |
||
$entity | Elcodi\Component\Banner\Entity\Interfaces\BannerInterface | Entity to update |
$form | Symfony\Component\Form\FormInterface | Form view |
$isValid | boolean | Request handle is valid |
리턴 | Redirect response |
public viewAction ( integer $id ) : array | ||
$id | integer | Entity id |
리턴 | array | Result |
public viewComponentAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerInterface $entity ) : array | ||
$entity | Elcodi\Component\Banner\Entity\Interfaces\BannerInterface | Entity to view |
리턴 | array | Result |