/** * Sets the size of the button * * @param $size string The new size of the button. Assumes that the btn- * prefix is there * @return $this * @static */ public static function setSize($size) { return \Bootstrapper\Button::setSize($size); }