]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/middleware/io/class_FileIOHandler.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / middleware / io / class_FileIOHandler.php
index 7e0d35ad52d99f050d1091bd22662ed69c1b9cef..fa6937c2ca3512030ff7cfb001420eecc63d57b2 100644 (file)
@@ -20,7 +20,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class FileIOHandler extends BaseMiddleware {
        /**
@@ -39,13 +39,13 @@ class FileIOHandler extends BaseMiddleware {
        private static $thisInstance = null;
 
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set description
                $this->setObjectDescription("Datei-Ein-/Ausgabe-Handler");