PHP Class Scalr_UI_Controller_Services_Chef_Servers

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

Public Methods

Method 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

Method 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 method

public defaultAction ( )

hasAccess() public method

public hasAccess ( )

viewAction() public method

public viewAction ( )

xGroupActionHandlerAction() public method

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

xListAction() public method

public xListAction ( )

xRemoveAction() public method

public xRemoveAction ( integer $id )
$id integer

xSaveAction() public method

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