Exemplo n.º 1
0
 /**
  * Sets the button to be an extra small button
  *
  * @return $this 
  * @static 
  */
 public static function extraSmall()
 {
     return \Bootstrapper\Button::extraSmall();
 }