From 23fe4cf0991c5903597f5645dd5d3c3fd0dfff96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 20 Dec 2008 21:22:42 +0000 Subject: [PATCH] Renamed to match with naming convention --- .gitattributes | 2 +- ...llFormCommand.php => class_WebShipsimuRefillCommand.php} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename application/ship-simu/main/commands/web/{class_WebRefillFormCommand.php => class_WebShipsimuRefillCommand.php} (93%) diff --git a/.gitattributes b/.gitattributes index e084ff1..296d56e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -84,9 +84,9 @@ application/ship-simu/main/class_Merchant.php -text application/ship-simu/main/class_WorksContract.php -text application/ship-simu/main/commands/.htaccess -text application/ship-simu/main/commands/web/.htaccess -text -application/ship-simu/main/commands/web/class_WebRefillFormCommand.php -text application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php -text application/ship-simu/main/commands/web/class_WebShipsimuProfileCommand.php -text +application/ship-simu/main/commands/web/class_WebShipsimuRefillCommand.php -text application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php -text application/ship-simu/main/commands/web/class_WebShipsimuUserLoginCommand.php -text application/ship-simu/main/commands/web/government/.htaccess -text diff --git a/application/ship-simu/main/commands/web/class_WebRefillFormCommand.php b/application/ship-simu/main/commands/web/class_WebShipsimuRefillCommand.php similarity index 93% rename from application/ship-simu/main/commands/web/class_WebRefillFormCommand.php rename to application/ship-simu/main/commands/web/class_WebShipsimuRefillCommand.php index 5cae379..cca8a18 100644 --- a/application/ship-simu/main/commands/web/class_WebRefillFormCommand.php +++ b/application/ship-simu/main/commands/web/class_WebShipsimuRefillCommand.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class WebRefillFormCommand extends BaseCommand implements Commandable { +class WebShipsimuRefillCommand extends BaseCommand implements Commandable { /** * Protected constructor * @@ -42,9 +42,9 @@ class WebRefillFormCommand extends BaseCommand implements Commandable { * @param $resolverInstance An instance of a command resolver * @return $commandInstance The created command instance */ - public final static function createWebRefillFormCommand (CommandResolver $resolverInstance) { + public final static function createWebShipsimuRefillCommand (CommandResolver $resolverInstance) { // Get a new instance - $commandInstance = new WebRefillFormCommand(); + $commandInstance = new WebShipsimuRefillCommand(); // Set the resolver instance $commandInstance->setResolverInstance($resolverInstance); -- 2.39.2