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

Class: ListDomainsCommand

Source Location: /commands/domain/ListDomainsCommand.php

Class Overview


Returns a list of all the accessible domains for the specified user.


Implements interfaces:

Methods



Class Details

[line 9]
Returns a list of all the accessible domains for the specified user.

This includes all SimpleReg domain name registrations and any other imported domains the specified user has been assigned to.




[ Top ]


Class Methods


constructor __construct [line 23]

ListDomainsCommand __construct( [ $fid = 0], [ $taggedOnly = false], [ $authoritativeOnly = false])



Tags:

access:  public


Parameters:

   $fid  
   $taggedOnly  
   $authoritativeOnly  

[ Top ]

method commandName [line 30]

void commandName( )



Tags:

access:  public



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

method getDomains [line 61]

void getDomains( )



Tags:

access:  public


[ Top ]

method getFID [line 56]

void getFID( )



Tags:

access:  public


[ Top ]

method parseRequest [line 40]

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

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

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