Example #1
0
 /**
  * Get a global variable from the view. Shortcut for View::getGlobal()
  * 
  * @param mixed $var
  */
 public function viewGetGlobal($var)
 {
     /* @var $view View */
     return \framework\core\View::getGlobal($var);
 }