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