]> git.mxchange.org Git - core.git/commitdiff
Getter for source instance added.
authorRoland Häder <roland@mxchange.org>
Sat, 30 Apr 2011 00:13:30 +0000 (00:13 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 30 Apr 2011 00:13:30 +0000 (00:13 +0000)
inc/classes/main/class_BaseFrameworkSystem.php

index e34ebe98e548d660bc7c33f483f57a26a7398818..6ac52f82b794b8afbb0fe68fa1e507f053bb6053 100644 (file)
@@ -1590,6 +1590,15 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
                $this->sourceInstance = $sourceInstance;
        }
 
                $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
         *
        /**
         * Getter for a InputStreamable instance
         *