コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Dimimo/Booklet
 /**
  * Increment the top loop's indices.
  *
  * @return void
  * @static
  */
 public static function incrementLoopIndices()
 {
     \Illuminate\View\Factory::incrementLoopIndices();
 }