示例#1
0
 /**
  * Sets the contents of the label
  *
  * @param string $contents The new contents of the label
  * @return $this 
  * @static 
  */
 public static function withContents($contents)
 {
     return \Bootstrapper\Label::withContents($contents);
 }