Exemplo n.º 1
0
 /**
  * Adds a url to the button, making it a link. This will generate an <a> tag
  *
  * @param $url string The url to link to
  * @return $this 
  * @static 
  */
 public static function asLinkTo($url)
 {
     return \Bootstrapper\Button::asLinkTo($url);
 }