From: Roland Häder Date: Sat, 30 Apr 2011 00:13:30 +0000 (+0000) Subject: Getter for source instance added. X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=b1e0d7fa2879431e8b2dd17eb00aa7968f3c83a7;hp=18e06a1fa727ec89ccffc32db626aacbe10ef89c;ds=sidebyside Getter for source instance added. --- diff --git a/inc/classes/main/class_BaseFrameworkSystem.php b/inc/classes/main/class_BaseFrameworkSystem.php index e34ebe98..6ac52f82 100644 --- a/inc/classes/main/class_BaseFrameworkSystem.php +++ b/inc/classes/main/class_BaseFrameworkSystem.php @@ -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 *