Example #1
0
 /**
  * Sets the size of the button group
  *
  * @param $size
  * @static 
  */
 public static function setSize($size)
 {
     return \Bootstrapper\ButtonGroup::setSize($size);
 }