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