예제 #1
0
 /**
  * Runs the widget subclass and renders the view's content
  * @final
  * @return string
  */
 public final function render()
 {
     $this->run();
     $this->_view->setVariables(get_object_vars($this));
     $this->_view->render();
     return $this->_view->content();
 }