]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/io/class_FileIOStream.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / io / class_FileIOStream.php
index 92351ddb00be80214a655f39bb426002b60c3b7e..39acf09e1dadf4befc7e2f7dc40a585b9537f996 100644 (file)
  */
 class FileIOStream extends BaseFrameworkSystem implements FileInputStreamer, FileOutputStreamer {
        /**
-        * Private constructor
+        * Protected constructor
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set part description
                $this->setObjectDescription("Universal Datei-Ein-/Ausgabesystem");