Метод | Описание | |
---|---|---|
editComponentAction ( Symfony\Component\Form\FormView $formView, Elcodi\Component\Product\Entity\Interfaces\PackInterface $pack ) : array | New element component action | |
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. |
public editComponentAction ( Symfony\Component\Form\FormView $formView, Elcodi\Component\Product\Entity\Interfaces\PackInterface $pack ) : array | ||
$formView | Symfony\Component\Form\FormView | Form view |
$pack | Elcodi\Component\Product\Entity\Interfaces\PackInterface | Pack |
Результат | 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 |