PHP Class Scalr_UI_Controller_Services_Chef_Servers

Inheritance: extends Scalr_UI_Controller
Afficher le fichier Open project: scalr/scalr

Méthodes publiques

Méthode Description
defaultAction ( )
hasAccess ( )
viewAction ( )
xGroupActionHandlerAction ( JsonData $serverIds )
xListAction ( )
xRemoveAction ( integer $id )
xSaveAction ( integer $id, string $url, string $username, string $authKey, string $vUsername, string $vAuthKey )

Private Methods

Méthode Description
canManageServers ( Scalr\Model\Entity\ChefServer $server ) : boolean Full access
canViewServers ( ) : boolean Read only access
getList ( )
getServerData ( Scalr\Model\Entity\ChefServer $server ) : array

Method Details

defaultAction() public méthode

public defaultAction ( )

hasAccess() public méthode

public hasAccess ( )

viewAction() public méthode

public viewAction ( )

xGroupActionHandlerAction() public méthode

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

xListAction() public méthode

public xListAction ( )

xRemoveAction() public méthode

public xRemoveAction ( integer $id )
$id integer

xSaveAction() public méthode

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