Граф наследования:FileResponse:Открытые члены | |
| __construct ($cacheKey, array $configuration, array $htmlCacheOptions) | |
| getContents () | |
| getLastModified () | |
| getEtag () | |
| getContentType () | |
| exists () | |
| shouldCountQuota () | |
| isGzipped () | |
Дополнительные унаследованные члены | |
Защищенные данные унаследованные от AbstractResponse | |
| $cacheKey = null | |
| $configuration = array() | |
| $htmlCacheOptions = array() | |
См. определение в файле responder.php строка 770
| __construct | ( | $cacheKey, | |
| array | $configuration, | ||
| array | $htmlCacheOptions ) |
| string | $cacheKey | unique cache identifier |
| array | $configuration | storage configuration |
| array | $htmlCacheOptions | html cache options |
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 776
| exists | ( | ) |
Checks whether the cache exists
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 850
| getContents | ( | ) |
Returns the cache contents
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 787
| getContentType | ( | ) |
Returns the content type of the cache
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 836
| getEtag | ( | ) |
Returns the Entity Tag of the cache
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 824
| getLastModified | ( | ) |
Returns the time the cache was last modified
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 808
| isGzipped | ( | ) |
Returns true if content is gzipped
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 868
| shouldCountQuota | ( | ) |
Should we count a quota limit
Переопределяет метод предка AbstractResponse.
См. определение в файле responder.php строка 859