class_BaseShipSimuAction.php

Go to the documentation of this file.
00001 <?php
00024 class BaseShipSimuAction extends BaseAction {
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 code here executed with every action
00046         }
00047 
00056         public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
00057                 // Unfinished method
00058         }
00059 }
00060 
00061 // [EOF]
00062 ?>

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