PHP Class Scalr_UI_Controller_Scripts_Events

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

Public Methods

Method Description
defaultAction ( )
fireAction ( string $eventName = '', integer $farmId, integer $farmRoleId, string $serverId = '' )
getList ( string $scope = '' ) : array
hasAccess ( )
xFireAction ( string $eventName, integer $farmId, integer $farmRoleId, string $serverId = '', JsonData $eventParams )
xGroupActionHandlerAction ( JsonData $ids )
xListAction ( string $scope = '' )
xSaveAction ( integer $id, string $name, string $description, boolean $replaceEvent = false )

Method Details

defaultAction() public method

public defaultAction ( )

fireAction() public method

public fireAction ( string $eventName = '', integer $farmId, integer $farmRoleId, string $serverId = '' )
$eventName string
$farmId integer
$farmRoleId integer
$serverId string

getList() public method

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

hasAccess() public method

public hasAccess ( )

xFireAction() public method

public xFireAction ( string $eventName, integer $farmId, integer $farmRoleId, string $serverId = '', JsonData $eventParams )
$eventName string
$farmId integer
$farmRoleId integer
$serverId string
$eventParams Scalr\UI\Request\JsonData

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, string $description, boolean $replaceEvent = false )
$id integer
$name string
$description string
$replaceEvent boolean