]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/io/class_FrameworkFileOutputPointer.php
NullFilter class added, partial filter for accepting rules added
[shipsimu.git] / inc / classes / main / io / class_FrameworkFileOutputPointer.php
index 8cc07caaa78e8977afcc880e260611396aa08836..66e25751392a94d2d4b8c4e0219c8f3d2352bbe5 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * A class for writing files
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
@@ -40,7 +40,7 @@ class FrameworkFileOutputPointer extends BaseFrameworkSystem {
                parent::__construct(__CLASS__);
 
                // Set part description
-               $this->setObjectDescription("Dateiausgabe-Handler");
+               $this->setObjectDescription("Handler for writing to files");
 
                // Create unique ID
                $this->createUniqueID();