PHP Class Scalr_UI_Controller_Webhooks_Endpoints

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

Public Methods

Method Description
defaultAction ( )
hasAccess ( )
xGroupActionHandlerAction ( JsonData $endpointIds )
xListAction ( string $scope = '' )
xRemoveAction ( string $endpointId )
xSaveAction ( string $url, string $endpointId = null )
xValidateAction ( string $endpointId, string $url )

Private Methods

Method Description
canManageEndpoint ( WebhookEndpoint $endpoint ) : boolean
getList ( string $scope = '' ) : array

Method Details

defaultAction() public method

public defaultAction ( )

hasAccess() public method

public hasAccess ( )

xGroupActionHandlerAction() public method

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

xListAction() public method

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

xRemoveAction() public method

public xRemoveAction ( string $endpointId )
$endpointId string

xSaveAction() public method

public xSaveAction ( string $url, string $endpointId = null )
$url string
$endpointId string

xValidateAction() public method

public xValidateAction ( string $endpointId, string $url )
$endpointId string
$url string