コード例 #1
0
ファイル: UploadedFile.php プロジェクト: vobinh/PHP
 /**
  * @copydoc File::autorename()
  */
 public function autorename(Backend $backend = null, $path = '')
 {
     return parent::autorename($this->workingFolder->getBackend(), $this->workingFolder->getPath());
 }