Getter for source instance added.
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
index e34ebe98e548d660bc7c33f483f57a26a7398818..6ac52f82b794b8afbb0fe68fa1e507f053bb6053 100644 (file)
@@ -1590,6 +1590,15 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
                $this->sourceInstance = $sourceInstance;
        }
 
+       /**
+        * Getter for a Sourceable instance
+        *
+        * @return      $sourceInstance The Sourceable instance
+        */
+       protected final function getSourceInstance () {
+               return $this->sourceInstance;
+       }
+
        /**
         * Getter for a InputStreamable instance
         *