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

Class: Command

Source Location: /Command.php

Interface Overview


The root interface of every API command. All FastVision reseller API commands directly inherit from this interface.


Methods



Class Details

[line 8]
The root interface of every API command. All FastVision reseller API commands directly inherit from this interface.



[ Top ]


Class Methods


method commandName [line 13]

void commandName( )

Name of the command



Tags:

access:  public


[ Top ]

method parseRequest [line 23]

void parseRequest( RequestGenerator $req)

Used to convert the command into a request we can issue to the FastVision API reseller servers.



Tags:

access:  public


Parameters:

RequestGenerator   $req  

[ Top ]

method parseResponse [line 28]

void parseResponse( $xml)

Used to convert the response command into a request we can issue to the FastVision API reseller servers.



Tags:

access:  public


Parameters:

SimpleXMLElement   $xml  

[ Top ]

method requiresAuthentication [line 18]

void requiresAuthentication( )

Does the connection need to be authenticated prior to issuing this command? (Boolean)



Tags:

access:  public


[ Top ]


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