/**
  * {@inheritdoc).
  */
 public function close($fp, $hash)
 {
     $this->dispatcher->dispatch('elfinder.' . __METHOD__, new ElFinderEvent(func_get_args()));
     $this->driver->close($fp, $hash);
 }