class_BaseShipSimuFilter.php

Go to the documentation of this file.
00001 <?php
00024 class BaseShipSimuFilter extends BaseFilter {
00031         protected function __construct ($className) {
00032                 // Call parent constructor
00033                 parent::__construct($className);
00034         }
00035 
00044         public function execute (Requestable $requestInstance, Responseable $responseInstance) {
00045                 // Add something to do on every filter
00046         }
00047 }
00048 
00049 // [EOF]
00050 ?>

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