Exemplo n.º 1
0
 /**
  * Descriptive version of withIcon(). Adds the icon before the text
  *
  * @param $icon string The icon to add
  * @return $this 
  * @static 
  */
 public static function prependIcon($icon)
 {
     return \Bootstrapper\Button::prependIcon($icon);
 }