FV_API
[ class tree: FV_API ] [ index: FV_API ] [ all elements ]

Class: Record

Source Location: /commands/dns/ListDnsRecordsCommand.php

Class Overview


Represents the abstract superclass for all types of FastVision DNS records.


Methods


Child classes:

NameserverRecord
Represents a DNS NS (Nameserver) record in the FastVision DNS database.
MailExchangeRecord
Represents a DNS MX (Mail-exchange) record in the FastVision DNS database.
AddressRecord
Represents a DNS A (Address) record in the FastVision DNS database.
CanonicalNameRecord
Represents a DNS CNAME (Canonical Name) record in the FastVision DNS database.
TextRecord
Represents a DNS TXT (Text) record in the FastVision DNS database.

Class Details

[line 78]
Represents the abstract superclass for all types of FastVision DNS records.

All the DNS records returned in the `List DNS Records` command inherit directly from this class.




[ Top ]


Class Methods


constructor __construct [line 86]

Record __construct( $id, $ttl)



Tags:

access:  public


Overridden in child classes as:

NameserverRecord::__construct()
MailExchangeRecord::__construct()
AddressRecord::__construct()
CanonicalNameRecord::__construct()
TextRecord::__construct()

Parameters:

   $id  
   $ttl  

[ Top ]

method getId [line 92]

void getId( )



Tags:

access:  public


[ Top ]

method getTTL [line 98]

void getTTL( )



Tags:

access:  public


[ Top ]


Documentation generated on Mon, 30 Mar 2009 16:34:36 +0100 by phpDocumentor 1.4.1