/** * Creates an button with class .btn-warning and the given contents * * @param string $contents The contents of the button * @return \Bootstrapper\Button * @static */ public static function warning($contents = '') { return \Bootstrapper\Button::warning($contents); }