예제 #1
0
 /**
  * Set the label of the button
  *
  * @param $label
  * @return $this 
  * @static 
  */
 public static function labelled($label)
 {
     return \Bootstrapper\DropdownButton::labelled($label);
 }