コード例 #1
0
 /**
  * Ends fragment caching.
  */
 public function endCache()
 {
     FragmentCache::end();
 }
コード例 #2
0
ファイル: Cache.php プロジェクト: pezisc/yii2-podium
 /**
  * Ends FragmentCache widget.
  */
 public function endCache()
 {
     return FragmentCache::end();
 }