BirthdayVerifierFilter.execute ( Requestable requestInstance,
Responseable responseInstance 
)

Executes the filter 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 BaseShipSimuFilter.

Definition at line 56 of file class_BirthdayVerifierFilter.php.

References BaseFrameworkSystem.partialStub().

00056                                                                                                {
00057                 // Execute the parent execute method
00058                 parent::execute($requestInstance, $responseInstance);
00059 
00060                 // Implement this!
00061                 $this->partialStub("Please implement this method.");
00062         }

Here is the call graph for this function:


Generated on Mon Dec 8 01:10:06 2008 for Ship-Simulator by  doxygen 1.5.6