PHP 클래스 Elcodi\Admin\AttributeBundle\Controller\Component\AttributeComponentController

상속: extends Elcodi\Admin\CoreBundle\Controller\Abstracts\AbstractAdminController
파일 보기 프로젝트 열기: elcodi/bamboo

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
getValuesSplittedByComma ( array $values = null ) : string Get values splitted by comma

메소드 상세

editComponentAction() 공개 메소드

As a component, this action should not return all the html macro, but only the specific component
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
리턴 array Result

getValuesSplittedByComma() 보호된 메소드

Get values splitted by comma
protected getValuesSplittedByComma ( array $values = null ) : string
$values array Values
리턴 string Values splitted by comma

listComponentAction() 공개 메소드

As a component, this action should not return all the html macro, but only the specific component
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
리턴 array Result