コード例 #1
0
ファイル: _ide_helper.php プロジェクト: whplay/ohmate-shop
 /**
  * Get the string contents of a push section.
  *
  * @param string $section
  * @param string $default
  * @return string 
  * @static 
  */
 public static function yieldPushContent($section, $default = '')
 {
     return \Illuminate\View\Factory::yieldPushContent($section, $default);
 }