Example #1
0
 /**
  * Loads the specified view within this sandbox, making the current
  * context available to it.
  *
  * @param viewName string The name of the view to display.
  */
 public function loadView($viewName)
 {
     View::loadIntoSandbox($viewName, $this);
 }