PHP Class Elcodi\Admin\UserBundle\Controller\AdminUserController

Inheritance: extends Elcodi\Admin\CoreBundle\Controller\Abstracts\AbstractAdminController
Show file Open project: elcodi/bamboo

Public Methods

Method 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 ( Symfony\Component\Form\FormInterface $form, Elcodi\Component\User\Entity\Interfaces\AdminUserInterface $adminUser, boolean $isValid ) : RedirectResponse Edit and Saves admin user
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.

Protected Methods

Method Description
denyWithMessage ( $string ) Deny the request with a Forbidden error and a translated message
isSameUser ( Elcodi\Component\User\Entity\Interfaces\AdminUserInterface $entity ) : boolean Check if the user is the same as the logged one

Method Details

deleteAction() public method

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
return Symfony\Component\HttpFoundation\RedirectResponse Redirect response

denyWithMessage() protected method

Deny the request with a Forbidden error and a translated message
protected denyWithMessage ( $string )
$string String to be translated

disableAction() public method

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
return array Result

editAction() public method

Edit and Saves admin user
public editAction ( Symfony\Component\Form\FormInterface $form, Elcodi\Component\User\Entity\Interfaces\AdminUserInterface $adminUser, boolean $isValid ) : RedirectResponse
$form Symfony\Component\Form\FormInterface Form
$adminUser Elcodi\Component\User\Entity\Interfaces\AdminUserInterface Admin User
$isValid boolean Is valid
return Symfony\Component\HttpFoundation\RedirectResponse Redirect response

enableAction() public method

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
return array Result

isSameUser() protected method

Check if the user is the same as the logged one
protected isSameUser ( Elcodi\Component\User\Entity\Interfaces\AdminUserInterface $entity ) : boolean
$entity Elcodi\Component\User\Entity\Interfaces\AdminUserInterface
return boolean

listAction() public method

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
return array Result