Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс FileResponse
+ Граф наследования: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()

__construct ( $cacheKey,
array $configuration,
array $htmlCacheOptions )
Аргументы
string$cacheKeyunique cache identifier
array$configurationstorage configuration
array$htmlCacheOptionshtml cache options

Переопределяет метод предка AbstractResponse.

См. определение в файле responder.php строка 776

Методы

◆ exists()

exists ( )

Checks whether the cache exists

Возвращает
bool

Переопределяет метод предка AbstractResponse.

См. определение в файле responder.php строка 850

◆ getContents()

getContents ( )

Returns the cache contents

Возвращает
string|false

Переопределяет метод предка AbstractResponse.

См. определение в файле responder.php строка 787

◆ getContentType()

getContentType ( )

Returns the content type of the cache

Возвращает
string|false

Переопределяет метод предка AbstractResponse.

См. определение в файле responder.php строка 836

◆ getEtag()

getEtag ( )

Returns the Entity Tag of the cache

Возвращает
string|int

Переопределяет метод предка AbstractResponse.

См. определение в файле responder.php строка 824

◆ getLastModified()

getLastModified ( )

Returns the time the cache was last modified

Возвращает
int|false

Переопределяет метод предка AbstractResponse.

См. определение в файле responder.php строка 808

◆ isGzipped()

isGzipped ( )

Returns true if content is gzipped

Возвращает
bool

Переопределяет метод предка AbstractResponse.

См. определение в файле responder.php строка 868

◆ shouldCountQuota()

shouldCountQuota ( )

Should we count a quota limit

Возвращает
bool

Переопределяет метод предка AbstractResponse.

См. определение в файле responder.php строка 859