X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Factions%2Fclass_BaseShipSimuAction.php;h=ea0bb0a9c9133c2130e58b7cc14f7e06a513154c;hp=a92291e5736f1eb04f253ce751aa5119fe61cd2a;hb=f4c6014ad03a206a50248b971917ea9282e56896;hpb=df33e264f3246f80756d7e2da55d7f7c40f9088c diff --git a/application/ship-simu/main/actions/class_BaseShipSimuAction.php b/application/ship-simu/main/actions/class_BaseShipSimuAction.php index a92291e..ea0bb0a 100644 --- a/application/ship-simu/main/actions/class_BaseShipSimuAction.php +++ b/application/ship-simu/main/actions/class_BaseShipSimuAction.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -41,7 +41,7 @@ class BaseShipSimuAction extends BaseAction { * @return void * @todo 0% done */ - public function execute (Requestable $requestInstance, Responseable $responseInstance) { + protected function execute (Requestable $requestInstance, Responseable $responseInstance) { // Add code here executed with every action }