Some 'final' more, some 'final' less. ;-)
[core.git] / inc / classes / main / stacker / class_BaseStacker.php
index 0f4ba20fb4d153da4330b91f71d6d781c2d6b719..f9dc7b6ad5f1bd95cef374d7bd37d008ba57ed2d 100644 (file)
@@ -92,7 +92,7 @@ class BaseStacker extends BaseFrameworkSystem {
         * @return      $isFull                 Whether the stack is full
         * @throws      NoStackerException      If given stack is missing
         */
-       protected final function isStackFull ($stackerName) {
+       protected function isStackFull ($stackerName) {
                // Is the stack not yet initialized?
                if (!$this->isStackInitialized($stackerName)) {
                        // Throw an exception
@@ -113,7 +113,7 @@ class BaseStacker extends BaseFrameworkSystem {
         * @return      $isEmpty                        Whether the stack is empty
         * @throws      NoStackerException      If given stack is missing
         */
-       public final function isStackEmpty ($stackerName) {
+       public function isStackEmpty ($stackerName) {
                // Is the stack not yet initialized?
                if (!$this->isStackInitialized($stackerName)) {
                        // Throw an exception