Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / request / class_HttpRequest.php
index 635b0fd9c18b616c93eda79b7eb64408375890dc..ca85b974043bdca7f154e109b1a8005eb05da14b 100644 (file)
@@ -28,13 +28,13 @@ class HttpRequest extends BaseFrameworkSystem implements Requestable {
        private $requestData = array();
 
        /**
        private $requestData = array();
 
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
         *
         * @return      void
         */
-       private final function __construct () {
+       protected function __construct () {
                // Call parent constructor
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set part description
                $this->setObjectDescription("HTTP-Anfrage");
 
                // Set part description
                $this->setObjectDescription("HTTP-Anfrage");