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