Пример #1
0
 /**
  * Renders the view directly to the viewer
  *
  * @return string
  */
 public function output()
 {
     extract($this->export());
     include Path::View($this->view_name);
 }
Пример #2
0
 public static function Layout($name)
 {
     return Path::View($name);
 }