]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/file_directories/class_BaseFile.php
This getter needs also to be public and be called through iterator.
[core.git] / inc / classes / main / file_directories / class_BaseFile.php
index 72e9dbac511399c5761be34de6af20640e6355d9..cfefe4988631cae4d828821c63ea42a6dd871cec 100644 (file)
@@ -174,7 +174,7 @@ y    * @return      void
         *
         * @return      $totalEntries   Total entries in this file
         */
-       protected final function getCounter () {
+       public final function getCounter () {
                // Get it
                return $this->totalEntries;
        }