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