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