Documentation

Record extends Model
in package

Holds a Record for the Domain name.

Table of Contents

Properties

$data  : string
$id  : string
$name  : string
$priority  : int
$ttl  : int
$type  : string

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

$priority

protected int $priority

Methods

getData()

public getData() : string
Return values
string

getId()

public getId() : string
Return values
string

getModelExceptionClass()

public getModelExceptionClass() : string
Return values
string

getName()

public getName() : string
Return values
string

getPriority()

public getPriority() : int
Return values
int

getTtl()

public getTtl() : int
Return values
int

getType()

public getType() : string
Return values
string

getUpdateParams()

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

        
On this page

Search results