Пример #1
0
 /**
  * Sets the button group to be vertical
  *
  * @return $this 
  * @static 
  */
 public static function vertical()
 {
     return \Bootstrapper\ButtonGroup::vertical();
 }