PHP 클래스 Scalr_UI_Controller_Services_Chef_Servers

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

공개 메소드들

메소드 설명
defaultAction ( )
hasAccess ( )
viewAction ( )
xGroupActionHandlerAction ( JsonData $serverIds )
xListAction ( )
xRemoveAction ( integer $id )
xSaveAction ( integer $id, string $url, string $username, string $authKey, string $vUsername, string $vAuthKey )

비공개 메소드들

메소드 설명
canManageServers ( Scalr\Model\Entity\ChefServer $server ) : boolean Full access
canViewServers ( ) : boolean Read only access
getList ( )
getServerData ( Scalr\Model\Entity\ChefServer $server ) : array

메소드 상세

defaultAction() 공개 메소드

public defaultAction ( )

hasAccess() 공개 메소드

public hasAccess ( )

viewAction() 공개 메소드

public viewAction ( )

xGroupActionHandlerAction() 공개 메소드

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

xListAction() 공개 메소드

public xListAction ( )

xRemoveAction() 공개 메소드

public xRemoveAction ( integer $id )
$id integer

xSaveAction() 공개 메소드

public xSaveAction ( integer $id, string $url, string $username, string $authKey, string $vUsername, string $vAuthKey )
$id integer
$url string
$username string
$authKey string
$vUsername string
$vAuthKey string