WebShipSimuLoginLogoutAction.execute ( Requestable requestInstance,
Responseable responseInstance 
)

Executes the command with given request and response objects.

Parameters:
$requestInstance An instance of a class with an Requestable interface
$responseInstance An instance of a class with an Responseable interface
Returns:
void
Todo:
0% done

Reimplemented from BaseShipSimuAction.

Definition at line 60 of file class_WebShipSimuLoginLogoutAction.php.

00060                                                                                                {
00061                 // Call parent execute method
00062                 parent::execute($requestInstance, $responseInstance);
00063 
00064                 // Add your code here
00065         }


Generated on Mon Dec 8 01:28:40 2008 for Ship-Simulator by  doxygen 1.5.6