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