]> git.mxchange.org Git - hub.git/commitdiff
getter, setter are all final; several code clean-ups
authorRoland Häder <roland@mxchange.org>
Sat, 8 Mar 2008 12:51:39 +0000 (12:51 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 8 Mar 2008 12:51:39 +0000 (12:51 +0000)
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/database/classes/class_LocalFileDatabase.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();
 
index 55875a6de485ef9f38ad3e14e33dde83fc406677..231dfee213994edc114b4f10a76fad8070f91910 100644 (file)
@@ -404,7 +404,7 @@ class LocalFileDatabase extends BaseDatabaseFrontend implements DatabaseFrontend
         * @throws      MissingMethodException                  If the required method
         *                                                                              toString() is missing
         */
-       public function getObjectFromCachedData ($uniqueID) {
+       public final function getObjectFromCachedData ($uniqueID) {
                // Get instance for file handler
                $inputHandler = $this->getIOInstance();