Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 3 Jan 2018 22:50:05 +0000 (23:50 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 3 Jan 2018 22:50:05 +0000 (23:50 +0100)
- same fade to Url-/Source

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/class_BaseFrameworkSystem.php

index 041072449898fd995346ef95dd080cdcd7aae7e6..73ce1b18fb5a10c3b50b13a99d4119c4a854fcf1 100644 (file)
@@ -184,16 +184,6 @@ abstract class BaseFrameworkSystem extends stdClass implements FrameworkInterfac
         */
        private $helperInstance = NULL;
 
         */
        private $helperInstance = NULL;
 
-       /**
-        * An instance of a Source class
-        */
-       private $sourceInstance = NULL;
-
-       /**
-        * An instance of a UrlSource class
-        */
-       private $urlSourceInstance = NULL;
-
        /**
         * An instance of a InputStream class
         */
        /**
         * An instance of a InputStream class
         */
@@ -1213,44 +1203,6 @@ abstract class BaseFrameworkSystem extends stdClass implements FrameworkInterfac
                return $this->helperInstance;
        }
 
                return $this->helperInstance;
        }
 
-       /**
-        * Setter for a Source instance
-        *
-        * @param       $sourceInstance         An instance of a Source class
-        * @return      void
-        */
-       protected final function setSourceInstance (Source $sourceInstance) {
-               $this->sourceInstance = $sourceInstance;
-       }
-
-       /**
-        * Getter for a Source instance
-        *
-        * @return      $sourceInstance         An instance of a Source class
-        */
-       protected final function getSourceInstance () {
-               return $this->sourceInstance;
-       }
-
-       /**
-        * Setter for a UrlSource instance
-        *
-        * @param       $sourceInstance         An instance of a UrlSource class
-        * @return      void
-        */
-       protected final function setUrlSourceInstance (UrlSource $urlSourceInstance) {
-               $this->urlSourceInstance = $urlSourceInstance;
-       }
-
-       /**
-        * Getter for a UrlSource instance
-        *
-        * @return      $urlSourceInstance              An instance of a UrlSource class
-        */
-       protected final function getUrlSourceInstance () {
-               return $this->urlSourceInstance;
-       }
-
        /**
         * Getter for a InputStream instance
         *
        /**
         * Getter for a InputStream instance
         *