Exemplo n.º 1
0
 /**
  * Adds an icon to the button
  *
  * @param $icon string The icon to add
  * @param bool $append Whether the icon should be added after the text or
  *                     before
  * @return $this 
  * @static 
  */
 public static function withIcon($icon, $append = true)
 {
     return \Bootstrapper\Button::withIcon($icon, $append);
 }