Beispiel #1
0
 /**
  * Renders the contents of the button group
  *
  * @return string 
  * @throws ButtonGroupException if a string should be activated
  * @static 
  */
 public static function renderContents()
 {
     return \Bootstrapper\ButtonGroup::renderContents();
 }