/**
  * {@inheritdoc).
  */
 public function tree($hash = '', $deep = 0, $exclude = '')
 {
     $this->dispatcher->dispatch('elfinder.' . __METHOD__, new ElFinderEvent(func_get_args()));
     return $this->driver->tree($hash, $deep, $exclude);
 }