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