Beispiel #1
0
 public function __construct($name = 'button', $sub_button = [])
 {
     parent::__construct($name);
     $this->sub_button = $sub_button;
 }
Beispiel #2
0
 public function __construct($name = 'button', $url = '')
 {
     parent::__construct($name);
     $this->url = $url;
 }
Beispiel #3
0
 public function __construct($name = 'button', $key = '10')
 {
     parent::__construct($name);
     $this->key = $key;
 }