Executes the filter with given request and response objects.
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:
![]()
|
1.5.6