コード例 #1
0
 /**
  * {@inheritdoc).
  */
 public function paste($volume, $src, $dst, $rmSrc = false)
 {
     $this->dispatcher->dispatch('elfinder.' . __METHOD__, new ElFinderEvent(func_get_args()));
     return $this->driver->paste($volume, $src, $dst, $rmSrc);
 }