Exemplo n.º 1
0
 /**
  * Disables the button
  *
  * @return $this 
  * @static 
  */
 public static function disable()
 {
     return \Bootstrapper\Button::disable();
 }