Exemplo n.º 1
0
 /**
  * Runs the widget
  */
 public function run()
 {
     echo $this->getTitle();
     parent::run();
 }
Exemplo n.º 2
0
 public function run()
 {
     if (!$this->_doNotRender) {
         parent::run();
     }
 }