]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/file_directories/text/output/class_BaseOutputTextFile.php
Continued:
[core.git] / framework / main / classes / file_directories / text / output / class_BaseOutputTextFile.php
index 5e988f9a868d60d834eb6cd259e52d70a32e43af..52fce508347867abfd025dda6c3ec62f8fba9081 100644 (file)
@@ -1,17 +1,18 @@
 <?php
 // Own namespace
-namespace CoreFramework\Filesystem\Text;
+namespace Org\Mxchange\CoreFramework\Filesystem\Text;
 
 // Import framework stuff
-use CoreFramework\Factory\ObjectFactory;
-use CoreFramework\Output\BaseOutput;
+use Org\Mxchange\CoreFramework\Factory\ObjectFactory;
+use Org\Mxchange\CoreFramework\Filesystem\File\BaseAbstractFile;
+use Org\Mxchange\CoreFramework\Output\BaseOutput;
 
 /**
  * A general text file class
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2019 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -28,7 +29,7 @@ use CoreFramework\Output\BaseOutput;
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class BaseOutputTextFile extends BaseAbstractFile {
+abstract class BaseOutputTextFile extends BaseAbstractFile {
        /**
         * Protected constructor
         *