Method | Description | |
---|---|---|
editComponentAction ( Symfony\Component\Form\FormView $formView, Elcodi\Component\Attribute\Entity\Interfaces\AttributeInterface $attribute ) : array | New element component action | |
listComponentAction ( Doctrine\ORM\Tools\Pagination\Paginator $paginator, Mmoreram\ControllerExtraBundle\ValueObject\PaginatorAttributes $paginatorAttributes, integer $page, integer $limit ) : array | Component for entity list. |
Method | Description | |
---|---|---|
getValuesSplittedByComma ( array $values = null ) : string | Get values splitted by comma |
public editComponentAction ( Symfony\Component\Form\FormView $formView, Elcodi\Component\Attribute\Entity\Interfaces\AttributeInterface $attribute ) : array | ||
$formView | Symfony\Component\Form\FormView | Form view |
$attribute | Elcodi\Component\Attribute\Entity\Interfaces\AttributeInterface | Attribute |
return | array | Result |
protected getValuesSplittedByComma ( array $values = null ) : string | ||
$values | array | Values |
return | string | Values splitted by comma |
public listComponentAction ( Doctrine\ORM\Tools\Pagination\Paginator $paginator, Mmoreram\ControllerExtraBundle\ValueObject\PaginatorAttributes $paginatorAttributes, integer $page, integer $limit ) : 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 |
return | array | Result |