예제 #1
0
 /**
  * Sets the size of the button
  *
  * @param string $size The size of the button
  * @return $this 
  * @static 
  */
 public static function setSize($size)
 {
     return \Bootstrapper\DropdownButton::setSize($size);
 }