]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/response/class_HttpResponse.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / response / class_HttpResponse.php
index 04cb16f9ca8ce0cfef2fa09b46114ab5d90a0f9e..8b29afeda321b7683c7adcf4875f84d51f58422e 100644 (file)
@@ -38,13 +38,13 @@ class HttpResponse extends BaseFrameworkSystem implements Responseable {
        private $responseBody = "";
 
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set part description
                $this->setObjectDescription("HTTP-Antwort");