Property | Type | Description | |
---|---|---|---|
$comments | |||
$dtAdded | |||
$name | |||
$priority | |||
$status |
Property | Type | Description | |
---|---|---|---|
$dbMessageKeyNotFound | |||
$dbPrimaryKey | |||
$dbPropertyMap | |||
$dbTableName |
Method | Description | |
---|---|---|
checkLimit ( string $limitName, integer $limitValue ) : boolean | ||
clearSettings ( $filter ) | ||
createEnvironment ( string $name ) : Scalr_Environment | Creates a new environment assosiated with the account | |
createUser ( string $email, string $password, $type ) : Scalr_Account_User | ||
delete ( $id = null ) | ||
getCostCenters ( ) : |
Gets the list of the Cost Centers which correspond to Account | |
getLimits ( ) : array | ||
getOwner ( ) : Scalr_Account_User | ||
getSetting ( string $name ) : mixed | Returns client setting value by name | |
getUsers ( ) | ||
init ( $className = null ) : Scalr_Account | Init | |
initializeAcl ( ) | Initializes ACL Roles for account | |
loadById ( $id ) : Scalr_Account | ||
loadBySetting ( $name, $value ) : Scalr_Account | ||
resetLimits ( ) | * | |
setLimit ( $limitName, $limitValue ) | ||
setLimits ( array $limits ) | ||
setSetting ( string $name, mixed $value ) : Scalr_Account | Set client setting | |
validateLimit ( string $limitName, string $limitValue ) |
public createEnvironment ( string $name ) : Scalr_Environment | ||
$name | string | |
return | Scalr_Environment |
public createUser ( string $email, string $password, $type ) : Scalr_Account_User | ||
string | ||
$password | string | |
return | Scalr_Account_User |
public getCostCenters ( ) : |
||
return | Returns collection of the entities |
public getSetting ( string $name ) : mixed | ||
$name | string | |
return | mixed | $value |
public static init ( $className = null ) : Scalr_Account | ||
return | Scalr_Account |
public loadBySetting ( $name, $value ) : Scalr_Account | ||
return | Scalr_Account |
public setSetting ( string $name, mixed $value ) : Scalr_Account | ||
$name | string | |
$value | mixed | |
return | Scalr_Account |
public validateLimit ( string $limitName, string $limitValue ) | ||
$limitName | string | |
$limitValue | string |