示例#1
0
文件: CopiedFile.php 项目: vobinh/PHP
 /**
  * @copydoc File::autorename()
  */
 public function autorename(Backend $backend = null, $path = '')
 {
     return parent::autorename($this->targetFolder->getBackend(), $this->targetFolder->getPath());
 }