Открытые члены | |
__construct ($path, $name=null, $contentType='application/octet-stream') | |
getPath () | |
setPath ($path) | |
getName () | |
setName ($name) | |
getContentType () | |
setContentType ($contentType) | |
isShowInline () | |
showInline ($enabled) | |
getCacheTime () | |
setCacheTime ($cacheTime) | |
send () | |
Открытые члены унаследованные от HttpResponse | |
__construct () | |
flush ($text='') | |
addHeader ($name, $value='') | |
setHeaders (Web\HttpHeaders $headers) | |
addCookie (Web\Cookie $cookie, $replace=true, $checkExpires=true) | |
allowPersistentCookies ($mode) | |
getCookies () | |
getHeaders () | |
setStatus ($status) | |
getStatus () | |
setLastModified (Type\DateTime $time) | |
redirectTo ($url) | |
copyHeadersTo (HttpResponse $response) | |
Открытые члены унаследованные от Response | |
clear () | |
setContent ($content) | |
appendContent ($content) | |
getContent () | |
Защищенные члены | |
prepareOptions () | |
prepareFile () | |
Защищенные члены унаследованные от HttpResponse | |
flushStatus () | |
flushHeader ($header) | |
setCookie (Web\Cookie $cookie) | |
getServerProtocol () | |
Защищенные члены унаследованные от Response | |
checkContent ($content) | |
writeBody ($text) | |
Защищенные данные | |
$path | |
$name | |
$contentType | |
$showInline = false | |
$cacheTime = 0 | |
Защищенные данные унаследованные от HttpResponse | |
$cookies = [] | |
$headers | |
$lastModified | |
Защищенные данные унаследованные от Response | |
$content | |
Дополнительные унаследованные члены | |
Открытые атрибуты унаследованные от HttpResponse | |
const | STORE_COOKIE_NAME = 'STORE_COOKIES' |
__construct | ( | $path, | |
$name = null, | |||
$contentType = 'application/octet-stream' ) |
|
protected |
Переопределяется в BFile и ResizedImage.
send | ( | ) |
setCacheTime | ( | $cacheTime | ) |
setContentType | ( | $contentType | ) |
showInline | ( | $enabled | ) |