PHP Class Scalr\Model\Entity\RoleImage

Since: 5.0 (07.08.2014)
Author: Igor Vodiasov ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity
Afficher le fichier Open project: scalr/scalr Class Usage Examples

Méthodes publiques

Свойство Type Description
$cloudLocation integer
$id integer ID
$imageId string
$platform integer
$roleId string

Méthodes publiques

Méthode Description
getImage ( ) : Image | null
isUsed ( ) : boolean Check whether the Role is used in any farm

Method Details

getImage() public méthode

Deprecation: Use method FarmRole::getImage
public getImage ( ) : Image | null
Résultat Image | null

isUsed() public méthode

Check whether the Role is used in any farm
public isUsed ( ) : boolean
Résultat boolean Returns true if the Role is used in some farm or false otherwise

Property Details

$cloudLocation public_oe property

public int $cloudLocation
Résultat integer

$id public_oe property

ID
public int $id
Résultat integer

$imageId public_oe property

public string $imageId
Résultat string

$platform public_oe property

public int $platform
Résultat integer

$roleId public_oe property

public string $roleId
Résultat string