Exemplo n.º 1
0
 /**
  * Sets the type of the button
  *
  * @param $type string The new type of the button. Assumes that the btn-
  *              prefix is there
  * @return $this 
  * @static 
  */
 public static function setType($type)
 {
     return \Bootstrapper\Button::setType($type);
 }