]> git.mxchange.org Git - core.git/commitdiff
Uh, need this method now, but does it work this way?
authorRoland Haeder <roland@mxchange.org>
Sat, 24 May 2014 11:36:59 +0000 (13:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 24 May 2014 11:36:59 +0000 (13:36 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/stacker/file/fifo/class_FiFoFileStack.php

index a143b04dfad981ca6643637846b3dba4e3ee4804..fea12a53320abbe0a2fdc39aa2318b47a4b679f3 100644 (file)
@@ -102,7 +102,8 @@ class FiFoFileStack extends BaseFileStack implements StackableFile, Calculatable
         * @return      $size   Size (in bytes) of file
         */
        public function size () {
-               $this->partialStub();
+               // Call the iterator instance
+               return $this->getIteratorInstance()->size();
        }
 }