ZonePlain
    
            
            in package
            
        
    
            
            implements
                            Zone                    
    
    
A simple DNS Zone representation
Table of Contents
Interfaces
Properties
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
$comment
    private
        string
    $comment
    
    
    
    
    
$id
    private
        string
    $id
    
    
    
    
    
$name
    private
        string
    $name
    
    
    
    
    
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