Exemplo n.º 1
0
 /**
  * Sets the button to be a large button
  *
  * @return $this 
  * @static 
  */
 public static function large()
 {
     return \Bootstrapper\Button::large();
 }