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