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

Class: DeleteDnsRecordCommand

Source Location: /commands/dns/DeleteDnsRecordCommand.php

Class Overview


Removes the specified DNS record from the FastVision DNS database.


Implements interfaces:

Methods



Class Details

[line 9]
Removes the specified DNS record from the FastVision DNS database.

Warning: To prevent connection problems, do not remove DNS records that are in use by any of your FastVision web hosting services




[ Top ]


Class Methods


constructor __construct [line 14]

DeleteDnsRecordCommand __construct( $recordId)



Tags:

access:  public


Parameters:

   $recordId  

[ Top ]

method commandName [line 19]

void commandName( )



Tags:

access:  public



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

method getRecordId [line 39]

void getRecordId( )



Tags:

access:  public


[ Top ]

method parseRequest [line 29]

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 34]

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 24]

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:35 +0100 by phpDocumentor 1.4.1