PHP Class Scalr_UI_Controller_Roles_Categories

Inheritance: extends Scalr_UI_Controller
Datei anzeigen Open project: scalr/scalr

Public Methods

Method Description
defaultAction ( )
getList ( string $scope = '' ) : array
hasAccess ( )
xGroupActionHandlerAction ( JsonData $ids )
xListAction ( string $scope = '' )
xSaveAction ( integer $id, string $name )

Method Details

defaultAction() public method

public defaultAction ( )

getList() public method

public getList ( string $scope = '' ) : array
$scope string Filter for UI
return array

hasAccess() public method

public hasAccess ( )

xGroupActionHandlerAction() public method

public xGroupActionHandlerAction ( JsonData $ids )
$ids Scalr\UI\Request\JsonData

xListAction() public method

public xListAction ( string $scope = '' )
$scope string

xSaveAction() public method

public xSaveAction ( integer $id, string $name )
$id integer
$name string