Exemplo n.º 1
0
 /**
  * @see File_Archive_Reader::getFilename()
  */
 function getFilename()
 {
     return $this->symbolic . parent::getFilename();
 }
Exemplo n.º 2
0
 /**
  * @see File_Archive_Reader::getFilename()
  */
 function getFilename()
 {
     return $this->modifyName(parent::getFilename());
 }
Exemplo n.º 3
0
 /**
  * @see File_Archive_Reader::getFilename()
  */
 function getFilename()
 {
     if ($this->source === null) {
         return $this->symbolic;
     } else {
         return $this->symbolic . parent::getFilename();
     }
 }
Exemplo n.º 4
0
 /**
  * @see File_Archive_Reader::getFilename()
  */
 function getFilename()
 {
     return $this->getStandardURL($this->modifyName(parent::getFilename()));
 }