Exemplo n.º 1
0
 /**
  * Get the evaluated view contents for a named view.
  *
  * @param string $view
  * @param mixed $data
  * @return \Illuminate\View\View 
  * @static 
  */
 public static function of($view, $data = array())
 {
     return \Illuminate\View\Environment::of($view, $data);
 }