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