Record
extends Model
in package
Holds a Record for the Domain name.
Table of Contents
Properties
Methods
- getData() : string
- getId() : string
- getModelExceptionClass() : string
- getName() : string
- getPriority() : int
- getTtl() : int
- getType() : string
- getUpdateParams() : array<string|int, mixed>
- setData() : void
- setId() : void
- setName() : void
- setPriority() : void
- setTtl() : void
- setType() : void
Properties
$data
protected
string
$data
$id
protected
string
$id
$name
protected
string
$name
$priority
protected
int
$priority
$ttl
protected
int
$ttl
$type
protected
string
$type
Methods
getData()
public
getData() : string
Return values
stringgetId()
public
getId() : string
Return values
stringgetModelExceptionClass()
public
getModelExceptionClass() : string
Return values
stringgetName()
public
getName() : string
Return values
stringgetPriority()
public
getPriority() : int
Return values
intgetTtl()
public
getTtl() : int
Return values
intgetType()
public
getType() : string
Return values
stringgetUpdateParams()
public
getUpdateParams() : array<string|int, mixed>
Return values
array<string|int, mixed>setData()
public
setData(string $data) : void
Parameters
- $data : string
setId()
public
setId(string $id) : void
Parameters
- $id : string
setName()
public
setName(string $name) : void
Parameters
- $name : string
setPriority()
public
setPriority(int $priority) : void
Parameters
- $priority : int
setTtl()
public
setTtl(int $ttl) : void
Parameters
- $ttl : int
setType()
public
setType(string $type) : void
Parameters
- $type : string