/**
  * {@inheritdoc).
  */
 public function mkfile($dst, $name)
 {
     $this->dispatcher->dispatch('elfinder.' . __METHOD__, new ElFinderEvent(func_get_args()));
     return $this->driver->mkfile($dst, $name);
 }