Ejemplo n.º 1
0
 /**
  * render
  *
  * @see \dirp\view::_render
  * @param array $params
  * @return string
  */
 public function render(array $params = null)
 {
     if ($params) {
         parent::merge_params($params);
     }
     return static::_render($this->_path, parent::get_params());
 }