Beispiel #1
0
 /**
  * Sets the contents of the button group
  *
  * @param array $contents
  * @return $this 
  * @static 
  */
 public static function withContents($contents)
 {
     return \Bootstrapper\ButtonGroup::withContents($contents);
 }