コード例 #1
0
ファイル: _ide_helper.php プロジェクト: qarlson/infr
 /**
  * Sets the brand of the navbar
  *
  * @param string $image The brand image
  * @param null|string $link The link. If not set we default to linking to
  *                             '/' using the UrlGenerator
  * @param string $altText The alt text for the image
  * @return $this 
  * @static 
  */
 public static function withBrandImage($image, $link = null, $altText = '')
 {
     return \Bootstrapper\Navbar::withBrandImage($image, $link, $altText);
 }