コード例 #1
0
ファイル: _ide_helper.php プロジェクト: nmkr/basic-starter
 /**
  * Generate an un-ordered list of items.
  *
  * @param array $list
  * @param array $attributes
  * @return string 
  * @static 
  */
 public static function ul($list, $attributes = array())
 {
     return \Illuminate\Html\HtmlBuilder::ul($list, $attributes);
 }