예제 #1
0
 /**
  * Set the contents of the button
  *
  * @param array $contents The contents of the dropdown button
  * @return $this 
  * @static 
  */
 public static function withContents($contents)
 {
     return \Bootstrapper\DropdownButton::withContents($contents);
 }