PHP 클래스 LibCloud\Compute\Model\NodeLocation

파일 보기 프로젝트 열기: linkorb/libcloud-php

보호된 프로퍼티들

프로퍼티 타입 설명
$country string Location coutnry
$id string Location ID
$name string Location name
$provider string Provider this location belongs to

공개 메소드들

메소드 설명
__construct ( $id, $name = null, $country = null, $provider = null )
getCountry ( ) : string
getId ( ) : string
getName ( ) : string
getProvider ( ) : string
setCountry ( string $country )
setId ( string $id )
setName ( string $name )
setProvider ( string $provider )

메소드 상세

__construct() 공개 메소드

public __construct ( $id, $name = null, $country = null, $provider = null )

getCountry() 공개 메소드

public getCountry ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getProvider() 공개 메소드

public getProvider ( ) : string
리턴 string

setCountry() 공개 메소드

public setCountry ( string $country )
$country string

setId() 공개 메소드

public setId ( string $id )
$id string

setName() 공개 메소드

public setName ( string $name )
$name string

setProvider() 공개 메소드

public setProvider ( string $provider )
$provider string

프로퍼티 상세

$country 보호되어 있는 프로퍼티

Location coutnry
protected string $country
리턴 string

$id 보호되어 있는 프로퍼티

Location ID
protected string $id
리턴 string

$name 보호되어 있는 프로퍼티

Location name
protected string $name
리턴 string

$provider 보호되어 있는 프로퍼티

Provider this location belongs to
protected string $provider
리턴 string