]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/main/class_BaseFrameworkSystem.php
getter, setter are all final; several code clean-ups
[hub.git] / inc / classes / main / class_BaseFrameworkSystem.php
index dcc867b1b2158ae1917345c1051e134209c7a8eb..c1147db38a6ac403db7194c21d7b87b59763e6c3 100644 (file)
@@ -723,7 +723,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
         * @throws      InvalidArrayCountException      If the array contains less or
         *                                                                      more than two elements
         */
-       public function getPathFileNameFromObject () {
+       public final function getPathFileNameFromObject () {
                // Get the main object's unique ID. We use this as a path/filename combination
                $pathFile = $this->getUniqueID();