]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/io/class_FileIOStream.php
More patterns added, part description changed to object description
[shipsimu.git] / inc / classes / main / io / class_FileIOStream.php
index 0872f91922551d5ac18fd259810834bc551c985f..155774a1bb522e24f9e649059991dba8ba0fec78 100644 (file)
@@ -2,10 +2,11 @@
 /**
  * An universal class for file input/output streams.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.0
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.3.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.mxchange.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
@@ -29,7 +30,7 @@ class FileIOStream extends BaseFrameworkSystem implements FileInputStreamer, Fil
                parent::constructor(__CLASS__);
 
                // Set part description
-               $this->setPartDescr("Universal Datei-Ein-/Ausgabesystem");
+               $this->setObjectDescription("Universal Datei-Ein-/Ausgabesystem");
 
                // Create unique ID
                $this->createUniqueID();