コード例 #1
0
ファイル: _ide_helper.php プロジェクト: qarlson/infr
 /**
  * Adds some content to the navbar
  *
  * @param mixed $content Anything that can become a string! If you pass in a
  *                       Bootstrapper\Navigation object we'll make sure
  *                       it's a navbar on render.
  * @return $this 
  * @static 
  */
 public static function withContent($content)
 {
     return \Bootstrapper\Navbar::withContent($content);
 }