Example #1
0
 /**
  * @copydoc File::autorename()
  */
 public function autorename(Backend $backend = null, $path = '')
 {
     return parent::autorename($this->workingFolder->getBackend(), $this->workingFolder->getPath());
 }