Also these methods must go through iterator.
[core.git] / inc / classes / main / file_directories / class_BaseFile.php
index a04877c869ea40fbe7b8f60f526400f508c92a2c..7d07de9af4ebc55cdebaf7c29d359c1118f8d3da 100644 (file)
@@ -231,7 +231,7 @@ y    * @return      void
         *
         * @return      $totalEntries   Size of file header
         */
-       protected final function getHeade () {
+       public final function getHeader () {
                // Get it
                return $this->header;
        }
@@ -242,7 +242,7 @@ y    * @return      void
         * @param       $header         Array for a file header
         * @return      void
         */
-       protected final function setHeader (array $header) {
+       public final function setHeader (array $header) {
                // Set it
                $this->header = $header;
        }
@@ -273,7 +273,7 @@ y    * @return      void
         *
         * @return      void
         */
-       protected function updateSeekPosition () {
+       public function updateSeekPosition () {
                //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput(sprintf('[%s:%d:] CALLED!', __METHOD__, __LINE__));
 
                // Get key (= seek position)