PHP 클래스 DBDNSZone

파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$allowManageSystemRecords
$allowedAccounts
$axfrAllowedHosts
$clientId
$dateLastModified
$envId
$farmId
$farmRoleId
$id
$isOnNsServer
$isZoneConfigModified
$privateRootRecords
$soaExpire
$soaMinTtl
$soaOwner
$soaParent
$soaRefresh
$soaRetry
$soaSerial
$soaTtl
$status
$zoneName

공개 메소드들

메소드 설명
__construct ( $id = null )
create ( unknown_type $zoneName, unknown_type $soaRefresh, unknown_type $soaExpire, $soaOwner, $soaRetry = 7200 ) : DBDNSZone
getContents ( $config_contents = false )
getFarmObject ( ) : DBFarm Gets DBFarm object
getRecords ( $includeSystem = true )
loadByFarmId ( integer $farm_id ) : array
loadById ( integer $id ) : DBDNSZone
remove ( )
save ( $update_system_records = false )
setRecords ( $records )
updateSystemRecords ( $server_id = null )

보호된 메소드들

메소드 설명
removeFromPowerDns ( )

비공개 메소드들

메소드 설명
IsDomain ( $var, $name = null, $error = null, $allowed_utf8_chars = "", $disallowed_utf8_chars = "" )
getBehaviorsRecords ( DBServer $dbServer )
getDbRecords ( DBServer $dbServer )
getServerDNSRecords ( DBServer $DBServer )
loadRecords ( )
unBind ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $id = null )

create() 공개 정적인 메소드

public static create ( unknown_type $zoneName, unknown_type $soaRefresh, unknown_type $soaExpire, $soaOwner, $soaRetry = 7200 ) : DBDNSZone
$zoneName unknown_type
$soaRefresh unknown_type
$soaExpire unknown_type
리턴 DBDNSZone

getContents() 공개 메소드

public getContents ( $config_contents = false )

getFarmObject() 공개 메소드

Gets DBFarm object
public getFarmObject ( ) : DBFarm
리턴 DBFarm

getRecords() 공개 메소드

public getRecords ( $includeSystem = true )

loadByFarmId() 공개 정적인 메소드

public static loadByFarmId ( integer $farm_id ) : array
$farm_id integer
리턴 array

loadById() 공개 정적인 메소드

public static loadById ( integer $id ) : DBDNSZone
$id integer
리턴 DBDNSZone

remove() 공개 메소드

public remove ( )

removeFromPowerDns() 보호된 메소드

protected removeFromPowerDns ( )

save() 공개 메소드

public save ( $update_system_records = false )

setRecords() 공개 메소드

public setRecords ( $records )

updateSystemRecords() 공개 메소드

public updateSystemRecords ( $server_id = null )

프로퍼티 상세

$allowManageSystemRecords 공개적으로 프로퍼티

public $allowManageSystemRecords

$allowedAccounts 공개적으로 프로퍼티

public $allowedAccounts

$axfrAllowedHosts 공개적으로 프로퍼티

public $axfrAllowedHosts

$clientId 공개적으로 프로퍼티

public $clientId

$dateLastModified 공개적으로 프로퍼티

public $dateLastModified

$envId 공개적으로 프로퍼티

public $envId

$farmId 공개적으로 프로퍼티

public $farmId

$farmRoleId 공개적으로 프로퍼티

public $farmRoleId

$id 공개적으로 프로퍼티

public $id

$isOnNsServer 공개적으로 프로퍼티

public $isOnNsServer

$isZoneConfigModified 공개적으로 프로퍼티

public $isZoneConfigModified

$privateRootRecords 공개적으로 프로퍼티

public $privateRootRecords

$soaExpire 공개적으로 프로퍼티

public $soaExpire

$soaMinTtl 공개적으로 프로퍼티

public $soaMinTtl

$soaOwner 공개적으로 프로퍼티

public $soaOwner

$soaParent 공개적으로 프로퍼티

public $soaParent

$soaRefresh 공개적으로 프로퍼티

public $soaRefresh

$soaRetry 공개적으로 프로퍼티

public $soaRetry

$soaSerial 공개적으로 프로퍼티

public $soaSerial

$soaTtl 공개적으로 프로퍼티

public $soaTtl

$status 공개적으로 프로퍼티

public $status

$zoneName 공개적으로 프로퍼티

public $zoneName