PHP Класс Elcodi\Admin\PageBundle\Controller\Component\EmailComponentController

Наследование: extends Elcodi\Admin\CoreBundle\Controller\Abstracts\AbstractAdminController
Показать файл Открыть проект

Открытые методы

Метод Описание
editComponentAction ( Symfony\Component\Form\FormView $formView, Elcodi\Component\Page\Entity\Interfaces\PageInterface $email ) : array New element component action
listComponentAction ( ) : array Component for entity list.

Описание методов

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\Page\Entity\Interfaces\PageInterface $email ) : array
$formView Symfony\Component\Form\FormView Form view
$email Elcodi\Component\Page\Entity\Interfaces\PageInterface Email
Результат array Result

listComponentAction() публичный Метод

As a component, this action should not return all the html macro, but only the specific component
public listComponentAction ( ) : array
Результат array Result