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

Class: ShowDomainNameserversCommand

Source Location: /commands/domain/ShowDomainNameserversCommand.php

Class Overview


Displays the nameservers currently in effect for the specified domain.


Implements interfaces:

Methods



Class Details

[line 9]
Displays the nameservers currently in effect for the specified domain.

This command is useful for web hosting resellers or companies that regularly swap web hosting providers and who wish to check the current state of their domain registration.




[ Top ]


Class Methods


constructor __construct [line 23]

ShowDomainNameserversCommand __construct( $domainName)



Tags:

access:  public


Parameters:

   $domainName  

[ Top ]

method commandName [line 28]

void commandName( )



Tags:

access:  public



Implementation of:
Command::commandName()
Name of the command
[ Top ]

method getMinimumNameservers [line 60]

void getMinimumNameservers( )



Tags:

access:  public


[ Top ]

method getNameservers [line 65]

void getNameservers( )



Tags:

access:  public


[ Top ]

method isAuthoritative [line 55]

void isAuthoritative( )



Tags:

access:  public


[ Top ]

method parseRequest [line 38]

void parseRequest( RequestGenerator $req)



Tags:

access:  public



Implementation of:
Command::parseRequest()
Used to convert the command into a request we can issue to the FastVision API reseller servers.

Parameters:

RequestGenerator   $req  

[ Top ]

method parseResponse [line 43]

void parseResponse( $xml)



Tags:

access:  public



Implementation of:
Command::parseResponse()
Used to convert the response command into a request we can issue to the FastVision API reseller servers.

Parameters:

SimpleXMLElement   $xml  

[ Top ]

method requiresAuthentication [line 33]

void requiresAuthentication( )



Tags:

access:  public



Implementation of:
Command::requiresAuthentication()
Does the connection need to be authenticated prior to issuing this command? (Boolean)
[ Top ]


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