PHP Class Pagekit\User\Controller\UserController

Show file Open project: pagekit/pagekit

Public Methods

Method Description
editAction ( $id )
indexAction ( $filter = [], $page = null )
permissionsAction ( )
rolesAction ( $id = null )
settingsAction ( )

Protected Methods

Method Description
getRoles ( User $user = null ) : array Gets the user roles.

Method Details

editAction() public method

public editAction ( $id )

getRoles() protected method

Gets the user roles.
protected getRoles ( User $user = null ) : array
$user Pagekit\User\Model\User
return array

indexAction() public method

public indexAction ( $filter = [], $page = null )

permissionsAction() public method

public permissionsAction ( )

rolesAction() public method

public rolesAction ( $id = null )

settingsAction() public method

public settingsAction ( )