コード例 #1
0
ファイル: _ide_helper.php プロジェクト: qarlson/infr
 /**
  * Outputs a link to the Bootstrap CDN
  *
  * @param bool $withTheme Gets the bootstrap theme as well
  * @return string 
  * @static 
  */
 public static function css($withTheme = true)
 {
     return \Bootstrapper\Helpers::css($withTheme);
 }