Esempio n. 1
0
 public function addButton(Button $button)
 {
     $this->buttons[] = $button;
     $this->dt->addButton($button);
 }