This getter needs also to be public and be called through iterator.
[core.git] / inc / classes / interfaces / block / class_Block.php
index 056785a931effae2cc61b681ed7696624559107e..f00e973cc00e688490a7deb657b9380634d38a56 100644 (file)
@@ -106,6 +106,13 @@ interface Block extends FrameworkInterface {
         * @return      void
         */
        function updateSeekPosition ();
+
+       /**
+        * Getter for total entries
+        *
+        * @return      $totalEntries   Total entries in this file
+        */
+       function getCounter ();
 }
 
 // [EOF]