Documentation

ZonePlain
in package
implements Zone

A simple DNS Zone representation

Table of Contents

Interfaces

Zone

Properties

$comment  : string
$id  : string
$name  : string

Methods

__construct()  : mixed
getComment()  : string
A comment on a zone
getId()  : string
A Zone's unique ID in the DNS backend
getName()  : string
A zone's root dns name

Properties

Methods

__construct()

public __construct(string $id, string $name[, string $comment = '' ]) : mixed
Parameters
$id : string
$name : string
$comment : string = ''

getComment()

A comment on a zone

public getComment() : string
Return values
string

The Comment

getId()

A Zone's unique ID in the DNS backend

public getId() : string
Return values
string

The ID

getName()

A zone's root dns name

public getName() : string
Return values
string

The Comment


        
On this page

Search results