From b1e0d7fa2879431e8b2dd17eb00aa7968f3c83a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 30 Apr 2011 00:13:30 +0000 Subject: [PATCH 1/1] Getter for source instance added. --- inc/classes/main/class_BaseFrameworkSystem.php | 9 +++++++++ 1 file changed, 9 insertions(+) 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 * -- 2.39.2