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