PHP Class Elcodi\Admin\BannerBundle\Controller\BannerZoneController

Inheritance: extends Elcodi\Admin\CoreBundle\Controller\Abstracts\AbstractAdminController
Afficher le fichier Open project: elcodi/bamboo

Méthodes publiques

Méthode Description
deleteAction ( Request $request, mixed $entity, string $redirectPath = null ) : RedirectResponse Delete entity
disableAction ( Request $request, Elcodi\Component\Core\Entity\Interfaces\EnabledInterface $entity ) : array Disable entity
editAction ( integer $id ) : array New element action
editComponentAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerZoneInterface $entity, Symfony\Component\Form\FormView $formView ) : array New element component action
enableAction ( Request $request, Elcodi\Component\Core\Entity\Interfaces\EnabledInterface $entity ) : array Enable entity
listAction ( integer $page, integer $limit, string $orderByField, string $orderByDirection ) : array 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.
newAction ( ) : array New element action
newComponentAction ( Symfony\Component\Form\FormView $formView ) : array New element action
saveAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerZoneInterface $entity, Symfony\Component\Form\FormInterface $form, boolean $isValid ) : RedirectResponse Save new element action
updateAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerZoneInterface $entity, Symfony\Component\Form\FormInterface $form, boolean $isValid ) : RedirectResponse Updated edited element action
viewAction ( integer $id ) : array View element action.
viewComponentAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerZoneInterface $entity ) : array Component for entity view

Method Details

deleteAction() public méthode

Delete entity
public deleteAction ( Request $request, mixed $entity, string $redirectPath = null ) : RedirectResponse
$request Symfony\Component\HttpFoundation\Request Request
$entity mixed Entity to delete
$redirectPath string Redirect path
Résultat Symfony\Component\HttpFoundation\RedirectResponse Redirect response

disableAction() public méthode

Disable entity
public disableAction ( Request $request, Elcodi\Component\Core\Entity\Interfaces\EnabledInterface $entity ) : array
$request Symfony\Component\HttpFoundation\Request Request
$entity Elcodi\Component\Core\Entity\Interfaces\EnabledInterface Entity to disable
Résultat array Result

editAction() public méthode

This action is just a wrapper, so should never get any data, as this is component responsibility
public editAction ( integer $id ) : array
$id integer Entity id
Résultat array Result

editComponentAction() public méthode

As a component, this action should not return all the html macro, but only the specific component
public editComponentAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerZoneInterface $entity, Symfony\Component\Form\FormView $formView ) : array
$entity Elcodi\Component\Banner\Entity\Interfaces\BannerZoneInterface Entity
$formView Symfony\Component\Form\FormView Form view
Résultat array Result

enableAction() public méthode

Enable entity
public enableAction ( Request $request, Elcodi\Component\Core\Entity\Interfaces\EnabledInterface $entity ) : array
$request Symfony\Component\HttpFoundation\Request Request
$entity Elcodi\Component\Core\Entity\Interfaces\EnabledInterface Entity to enable
Résultat array Result

listAction() public méthode

This action is just a wrapper, so should never get any data, as this is component responsibility
public listAction ( integer $page, integer $limit, string $orderByField, string $orderByDirection ) : array
$page integer Page
$limit integer Limit of items per page
$orderByField string Field to order by
$orderByDirection string Direction to order by
Résultat array Result

listComponentAction() public méthode

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, 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
Résultat array Result

newAction() public méthode

This action is just a wrapper, so should never get any data, as this is component responsibility
public newAction ( ) : array
Résultat array Result

newComponentAction() public méthode

As a component, this action should not return all the html macro, but only the specific component
public newComponentAction ( Symfony\Component\Form\FormView $formView ) : array
$formView Symfony\Component\Form\FormView Form view
Résultat array Result

saveAction() public méthode

Should be POST
public saveAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerZoneInterface $entity, Symfony\Component\Form\FormInterface $form, boolean $isValid ) : RedirectResponse
$entity Elcodi\Component\Banner\Entity\Interfaces\BannerZoneInterface Entity to save
$form Symfony\Component\Form\FormInterface Form view
$isValid boolean Request handle is valid
Résultat Symfony\Component\HttpFoundation\RedirectResponse Redirect response

updateAction() public méthode

Should be POST
public updateAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerZoneInterface $entity, Symfony\Component\Form\FormInterface $form, boolean $isValid ) : RedirectResponse
$entity Elcodi\Component\Banner\Entity\Interfaces\BannerZoneInterface Entity to update
$form Symfony\Component\Form\FormInterface Form view
$isValid boolean Request handle is valid
Résultat Symfony\Component\HttpFoundation\RedirectResponse Redirect response

viewAction() public méthode

This action is just a wrapper, so should never get any data, as this is component responsibility
public viewAction ( integer $id ) : array
$id integer Entity id
Résultat array Result

viewComponentAction() public méthode

As a component, this action should not return all the html macro, but only the specific component
public viewComponentAction ( Elcodi\Component\Banner\Entity\Interfaces\BannerZoneInterface $entity ) : array
$entity Elcodi\Component\Banner\Entity\Interfaces\BannerZoneInterface Entity to view
Résultat array Result