Exemple #1
0
 /**
  * Sets the brand of the navbar
  *
  * @param string $brand The brand
  * @param null|string $link The link. If not set we default to linking to
  *                           '/' using the UrlGenerator
  * @return $this 
  * @static 
  */
 public static function withBrand($brand, $link = null)
 {
     return \Bootstrapper\Navbar::withBrand($brand, $link);
 }