예제 #1
0
 /**
  * Sets the button to drop up
  *
  * @return $this 
  * @static 
  */
 public static function dropup()
 {
     return \Bootstrapper\DropdownButton::dropup();
 }