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