mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-04 22:57:40 +08:00
Update FragmentCache.php (#12179) [skip ci]
This commit is contained in:
committed by
Alexander Makarov
parent
665a12b25c
commit
3e680f9311
@ -130,7 +130,7 @@ class FragmentCache extends Widget
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the cached content if available.
|
* Returns the cached content if available.
|
||||||
* @return string|boolean the cached content. False is returned if valid content is not found in the cache.
|
* @return string|false the cached content. False is returned if valid content is not found in the cache.
|
||||||
*/
|
*/
|
||||||
public function getCachedContent()
|
public function getCachedContent()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user