Esempio n. 1
0
 /**
  * @param Button $button
  * @param array $attributes
  */
 function __construct(Button $button, array $attributes = array())
 {
     $attributes = array_merge_recursive(array('role' => 'presenation'), $attributes);
     $button->removeClass('btn');
     $this->button = $button;
     parent::__construct($attributes);
 }