Exemple #1
0
 public function __construct($tpl, $off, $text = "")
 {
     parent::__construct($tpl, $off);
     $this->text = $text;
 }
Exemple #2
0
 public function __construct($tpl, $off, $name = "")
 {
     parent::__construct($tpl, $off);
     $this->name = $name;
 }