* ShipSimuProfileAction.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:
Maybe we need to do something later here

Reimplemented from BaseShipSimuAction.

Definition at line 56 of file class_ShipSimuProfileAction.php.

00056                                                                                                {
00057                 // Call parent execute method
00058                 parent::execute($requestInstance, $responseInstance);
00059 
00060                 // Add your code here...
00061         }


Generated on Mon Dec 8 01:18:31 2008 for Ship-Simulator by  doxygen 1.5.6