Exemplo n.º 1
0
 /**
  * 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);
 }