ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
FigCookieTestingResponse.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Dflydev\FigCookies
;
4
5
use
Psr\Http\Message\ResponseInterface
;
6
7
class
FigCookieTestingResponse
implements
ResponseInterface
8
{
9
use
FigCookieTestingMessage
;
10
11
public
function
getStatusCode
()
12
{
13
throw
new \RuntimeException(
"This method has not been implemented."
);
14
}
15
16
public
function
withStatus
(
$code
, $reasonPhrase =
''
)
17
{
18
throw
new \RuntimeException(
"This method has not been implemented."
);
19
}
20
21
public
function
getReasonPhrase
()
22
{
23
throw
new \RuntimeException(
"This method has not been implemented."
);
24
}
25
26
}
Dflydev\FigCookies
Definition:
Cookie.php:3
Dflydev\FigCookies\FigCookieTestingResponse\getStatusCode
getStatusCode()
Gets the response status code.
Definition:
FigCookieTestingResponse.php:11
Dflydev\FigCookies\FigCookieTestingResponse\withStatus
withStatus($code, $reasonPhrase='')
Return an instance with the specified status code and, optionally, reason phrase. ...
Definition:
FigCookieTestingResponse.php:16
Dflydev\FigCookies\FigCookieTestingResponse\getReasonPhrase
getReasonPhrase()
Gets the response reason phrase associated with the status code.
Definition:
FigCookieTestingResponse.php:21
$code
$code
Definition:
example_050.php:99
Dflydev\FigCookies\FigCookieTestingResponse
Definition:
FigCookieTestingResponse.php:7
Dflydev\FigCookies\FigCookieTestingMessage
trait FigCookieTestingMessage
Definition:
FigCookieTestingMessage.php:8
Psr\Http\Message\ResponseInterface
Representation of an outgoing, server-side response.
Definition:
ResponseInterface.php:20
ResponseInterface
php
libs
composer
vendor
dflydev
fig-cookies
tests
Dflydev
FigCookies
FigCookieTestingResponse.php
Generated on Thu Jan 16 2025 19:01:38 for ILIAS by
1.8.13 (using
Doxyfile
)