Example #1
0
 /**
  * Sets the button group to be small
  *
  * @return $this 
  * @static 
  */
 public static function small()
 {
     return \Bootstrapper\ButtonGroup::small();
 }