См. определение в файле httpresponse.php строка 7
◆ __construct()
◆ addCookie()
addCookie |
( |
Web\Cookie | $cookie, |
|
|
| $replace = true, |
|
|
| $checkExpires = true ) |
Adds a cookie to the response.
- Аргументы
-
Web\Cookie | $cookie | The cookie. |
bool | $replace | Replace an existing cookie or not. |
bool | $checkExpires | Check expires value of the cookie or not. |
- Возвращает
- $this
См. определение в файле httpresponse.php строка 105
◆ addHeader()
addHeader |
( |
| $name, |
|
|
| $value = '' ) |
Adds an HTTP header field to the response.
- Аргументы
-
string | $name | Header field name |
string | $value | Header field value |
- Возвращает
- $this
- Исключения
-
См. определение в файле httpresponse.php строка 72
◆ allowPersistentCookies()
allowPersistentCookies |
( |
| $mode | ) |
|
Remembers user's choice about storing persistent cookies.
- Аргументы
-
См. определение в файле httpresponse.php строка 137
◆ copyHeadersTo()
◆ flush()
Flushes the content to the output buffer. All following output will be ignored.
- Аргументы
-
Переопределяет метод предка Response.
См. определение в файле httpresponse.php строка 29
◆ flushHeader()
◆ flushStatus()
◆ getCookies()
◆ getHeaders()
◆ getServerProtocol()
◆ getStatus()
Returns the HTTP status of the response.
- Возвращает
- int
См. определение в файле httpresponse.php строка 302
◆ redirectTo()
- Аргументы
-
- Возвращает
- Engine\Response\Redirect
См. определение в файле httpresponse.php строка 341
◆ setCookie()
◆ setHeaders()
Sets a collection of HTTP headers.
- Аргументы
-
Web\HttpHeaders | $headers | Headers collection. |
- Возвращает
- $this
См. определение в файле httpresponse.php строка 90
◆ setLastModified()
Sets the latest time for the Last-Modified header field.
- Аргументы
-
- Возвращает
- $this
См. определение в файле httpresponse.php строка 327
◆ setStatus()
Sets the HTTP status of the response.
- Аргументы
-
- Возвращает
- $this
См. определение в файле httpresponse.php строка 288
◆ $cookies
◆ $headers
◆ $lastModified
◆ STORE_COOKIE_NAME
const STORE_COOKIE_NAME = 'STORE_COOKIES' |