示例#1
0
 /**
  * Creates a danger label
  *
  * @param string $contents The contents of the label
  * @return $this 
  * @static 
  */
 public static function danger($contents = '')
 {
     return \Bootstrapper\Label::danger($contents);
 }