Exemplo n.º 1
0
 public function __construct($name = "", $buttonText = "", $onButtonPressed = null)
 {
     parent::__construct($name, $buttonText, $onButtonPressed);
     $this->addCssClassName("button-warning");
 }