Home
last modified time | relevance | path

Searched refs:setPath (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php32 * @param string $path The path of the file, can also be set later through setPath()
37 $this->setPath($path);
77 $file->setPath($path);
88 $file->setPath($as);
270 public function setPath($path) function in splitbrain\\PHPArchive\\FileInfo
333 $this->setPath($filename);
H A DTar.php652 $fileinfo->setPath($header['filename']);
H A DZip.php719 $fileinfo->setPath($header['extradata']['utf8path']);
721 $fileinfo->setPath($this->cpToUtf8($header['filename']));