Example #1
0
 public function __construct($html)
 {
     parent::__construct('', ['innerHtml' => $html]);
 }
Example #2
0
 public function __construct($text)
 {
     parent::__construct('', ['text' => $text]);
 }