]> git.mxchange.org Git - shipsimu.git/blobdiff - application/selector/class_ApplicationSelector.php
getter, setter are all final; several code clean-ups
[shipsimu.git] / application / selector / class_ApplicationSelector.php
index bd3a86b78133de509c6d7cbc1d73a56d9045cfb7..cbfc91daa0c7be5a695017006b46f90d654bf34f 100644 (file)
@@ -283,7 +283,7 @@ class ApplicationSelector extends BaseFrameworkSystem {
         * @return      void
         * @see         LanguageSystem
         */
-       public function setLanguageInstance (ManageableLanguage $langInstance) {
+       public final function setLanguageInstance (ManageableLanguage $langInstance) {
                $this->langInstance = $langInstance;
        }
 
@@ -293,7 +293,7 @@ class ApplicationSelector extends BaseFrameworkSystem {
         * @param               $fileIOInstance An instance to the file I/O sub-system
         * @return      void
         */
-       public function setFileIOInstance (FileIOHandler $fileIOInstance) {
+       public final function setFileIOInstance (FileIOHandler $fileIOInstance) {
                $this->fileIOInstance = $fileIOInstance;
        }