示例#1
0
 /**
  * Ends fragment caching.
  */
 public function endCache()
 {
     FragmentCache::end();
 }
示例#2
0
 /**
  * Ends FragmentCache widget.
  */
 public function endCache()
 {
     return FragmentCache::end();
 }