Beispiel #1
0
 public function getDocument($sPath = '', $bDebug = true)
 {
     return parent::getDocument($sPath, $bDebug);
 }
Beispiel #2
0
 public function setDirectory($mDirectory)
 {
     parent::setDirectory($mDirectory);
 }
Beispiel #3
0
 protected function throwException($sMessage, $mSender = array(), $iOffset = 2)
 {
     $mSender[] = '@path ' . $this->getPath();
     return parent::throwException($sMessage, $mSender);
 }
Beispiel #4
0
 public function setFile(fs\file $file)
 {
     return parent::setFile($file);
 }