Example #1
0
 public function init($text = NULL, $color = '', $bold = false)
 {
     parent::init(NULL, $text, $color, NULL, $bold);
 }
Example #2
0
 public function onCreate()
 {
     parent::onCreate();
     $this->setRender('header');
 }
Example #3
0
 public function init($text = NULL)
 {
     parent::init(NULL, $text);
 }