PHP 클래스 Scalr\Model\Entity\RoleImage

부터: 5.0 (07.08.2014)
저자: Igor Vodiasov ([email protected])
상속: extends Scalr\Model\AbstractEntity
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$cloudLocation integer
$id integer ID
$imageId string
$platform integer
$roleId string

공개 메소드들

메소드 설명
getImage ( ) : Image | null
isUsed ( ) : boolean Check whether the Role is used in any farm

메소드 상세

getImage() 공개 메소드

사용 중단: Use method FarmRole::getImage
public getImage ( ) : Image | null
리턴 Image | null

isUsed() 공개 메소드

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

프로퍼티 상세

$cloudLocation 공개적으로 프로퍼티

public int $cloudLocation
리턴 integer

$id 공개적으로 프로퍼티

ID
public int $id
리턴 integer

$imageId 공개적으로 프로퍼티

public string $imageId
리턴 string

$platform 공개적으로 프로퍼티

public int $platform
리턴 integer

$roleId 공개적으로 프로퍼티

public string $roleId
리턴 string