Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / compressor / class_GzipCompressor.php
index 2d07bcb55d04c2d35c1740d07a50aa70b67a2a25..ae5926776c82f0361c294807036c3bca0906f457 100644 (file)
  */
 class GzipCompressor extends BaseFrameworkSystem implements Compressor {
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor!
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Debug message
                if (((defined('DEBUG_COMPRESSOR')) || (defined('DEBUG_ALL'))) && (defined('DEBUG_CONSTRUCT'))) $this->getDebugInstance()->output(sprintf("[%s:] Konstruktor erreicht.<br />\n",