PHP Class Scalr\Modules\Platforms\AbstractAwsPlatformModule

Inheritance: extends Scalr\Modules\AbstractPlatformModule
Afficher le fichier Open project: scalr/scalr Class Usage Examples

Méthodes publiques

Méthode Description
getLocations ( Scalr_Environment $environment = null ) : Scalr_Environment Gets the list of available locations
getLocationsByAccountType ( string $accountType = null ) : array Gets list of locations by account type or all locations if account type is not set

Method Details

getLocations() public méthode

Gets the list of available locations
public getLocations ( Scalr_Environment $environment = null ) : Scalr_Environment
$environment Scalr_Environment
Résultat Scalr_Environment Returns the list of available locations looks like array(location => description)

getLocationsByAccountType() public méthode

Gets list of locations by account type or all locations if account type is not set
public getLocationsByAccountType ( string $accountType = null ) : array
$accountType string optional Aws Account type
Résultat array