Example #1
0
 /**
  * @see File_Archive_Reader::tell()
  */
 function tell()
 {
     if ($this->source === null) {
         return 0;
     } else {
         return parent::tell();
     }
 }