Example #1
0
 /**
  * Renders the folder tree
  *
  * @since   5.0
  * @access  public
  * @param   string
  * @return
  */
 public function tree()
 {
     $key = $this->input->getRaw('key');
     $uri = EBMM::getUri($key);
     $html = EBMM::renderTree($uri);
     return $this->ajax->resolve($html);
 }