示例#1
0
 /**
  * Sets the type of the label. Assumes that the label- prefix is already set
  *
  * @param string $type The new type
  * @return $this 
  * @static 
  */
 public static function setType($type)
 {
     return \Bootstrapper\Label::setType($type);
 }