X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fclass_BaseFrameworkSystem.php;h=6ac52f82b794b8afbb0fe68fa1e507f053bb6053;hp=e34ebe98e548d660bc7c33f483f57a26a7398818;hb=b1e0d7fa2879431e8b2dd17eb00aa7968f3c83a7;hpb=18e06a1fa727ec89ccffc32db626aacbe10ef89c 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 *