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