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