More renamed
[shipsimu.git] / application / ship-simu / main / wrapper / class_CompanyDatabaseWrapper.php
index 72e7844d67cc427e3ddeeae1933917bc2051f2fb..1552e67462bb1e0692d12719c15e391695326bac 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A wrapper for database access to shipping company data
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @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
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -51,7 +51,7 @@ class CompanyDatabaseWrapper extends BaseDatabaseWrapper {
         * @return      $wrapperInstance        An instance of this wrapper class
         * @todo        Find an interface which is suitable for all companies
         */
-       public final static function createCompanyDatabaseWrapper (ShippingCompany $companyInstance = null) {
+       public static final function createCompanyDatabaseWrapper (ShippingCompany $companyInstance = null) {
                // Create a new instance
                $wrapperInstance = new CompanyDatabaseWrapper();