Открытые члены | |
__construct ($name) | |
addEntry ($archiveEntry) | |
isEmpty () | |
send () | |
![]() | |
__construct () | |
flush ($text='') | |
addHeader ($name, $value='') | |
setHeaders (Web\HttpHeaders $headers) | |
addCookie (Web\Cookie $cookie, $replace=true, $checkExpires=true) | |
allowPersistentCookies ($mode) | |
getCookies () | |
getHeaders () | |
writeHeaders () | |
setStatus ($status) | |
getStatus () | |
setLastModified (Type\DateTime $time) | |
redirectTo ($url) | |
copyHeadersTo (HttpResponse $response) | |
![]() | |
__construct () | |
clear () | |
flush ($text='') | |
setContent ($content) | |
appendContent ($content) | |
getContent () | |
send () | |
Защищенные члены | |
getFileList () | |
setContentDispositionHeader () | |
![]() | |
flushHeader ($header) | |
setCookie (Web\Cookie $cookie) | |
getServerProtocol () | |
![]() | |
checkContent ($content) | |
writeBody ($text) | |
Защищенные данные | |
$name | |
$entries = [] | |
![]() | |
$cookies = [] | |
$headers | |
$lastModified | |
![]() | |
$content | |
Дополнительные унаследованные члены | |
![]() | |
const | STORE_COOKIE_NAME = "STORE_COOKIES" |
См. определение в файле archive.php строка 6
__construct | ( | $name | ) |
Archive constructor.
string | $name | Archive name. |
См. определение в файле archive.php строка 24
addEntry | ( | $archiveEntry | ) |
Add one entry. in current archive.
ArchiveEntry | $archiveEntry | Entry for archive. |
См. определение в файле archive.php строка 36
|
protected |
isEmpty | ( | ) |
Returns true if the archive does not have entries.
См. определение в файле archive.php строка 48
send | ( | ) |
Sends content to output stream and sets necessary headers.
Переопределяет метод предка Response.
См. определение в файле archive.php строка 86
|
protected |
См. определение в файле archive.php строка 68
|
protected |
См. определение в файле archive.php строка 18
|
protected |
См. определение в файле archive.php строка 12