PHP 클래스 Scalr_UI_Controller_Webhooks_Endpoints

상속: extends Scalr_UI_Controller
파일 보기 프로젝트 열기: scalr/scalr

공개 메소드들

메소드 설명
defaultAction ( )
hasAccess ( )
xGroupActionHandlerAction ( JsonData $endpointIds )
xListAction ( string $scope = '' )
xRemoveAction ( string $endpointId )
xSaveAction ( string $url, string $endpointId = null )
xValidateAction ( string $endpointId, string $url )

비공개 메소드들

메소드 설명
canManageEndpoint ( WebhookEndpoint $endpoint ) : boolean
getList ( string $scope = '' ) : array

메소드 상세

defaultAction() 공개 메소드

public defaultAction ( )

hasAccess() 공개 메소드

public hasAccess ( )

xGroupActionHandlerAction() 공개 메소드

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

xListAction() 공개 메소드

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

xRemoveAction() 공개 메소드

public xRemoveAction ( string $endpointId )
$endpointId string

xSaveAction() 공개 메소드

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

xValidateAction() 공개 메소드

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