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

Class: ChangePasswordCommand

Source Location: /commands/account/ChangePasswordCommand.php

Class Overview


Changes the FastVision password for the currently authenticated user.


Implements interfaces:

Methods



Class Details

[line 8]
Changes the FastVision password for the currently authenticated user.



[ Top ]


Class Methods


constructor __construct [line 16]

ChangePasswordCommand __construct( $currentPassword, $newPassword)



Tags:

access:  public


Parameters:

   $currentPassword  
   $newPassword  

[ Top ]

method commandName [line 22]

void commandName( )



Tags:

access:  public



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

method parseRequest [line 32]

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

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

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