ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (SetCookie $cookie) | |
CookieFacade constructor. More... | |
getName () | |
getValue () | |
getExpires () | |
getMaxAge () | |
getPath () | |
getDomain () | |
getSecure () | |
getHttpOnly () | |
withValue ($value=null) | |
withExpires ($expires=null) | |
rememberForLongTime () | |
expire () | |
withMaxAge ($maxAge=null) | |
withPath ($path=null) | |
withDomain ($domain=null) | |
withSecure ($secure=null) | |
withHttpOnly ($httpOnly=null) | |
__toString () | |
getImplementation () | |
Returns the underlying implementation. More... | |
Private Attributes | |
$cookie | |
Underlying implementation. More... | |
Definition at line 17 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::__construct | ( | SetCookie | $cookie | ) |
CookieFacade constructor.
SetCookie | $cookie |
Definition at line 33 of file CookieWrapper.php.
References ILIAS\HTTP\Cookies\CookieWrapper\$cookie.
ILIAS\HTTP\Cookies\CookieWrapper::__toString | ( | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 222 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::expire | ( | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 150 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::getDomain | ( | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 87 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::getExpires | ( | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 60 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::getHttpOnly | ( | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 105 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::getImplementation | ( | ) |
Returns the underlying implementation.
Only for package/service internal use!!!
Definition at line 235 of file CookieWrapper.php.
References ILIAS\HTTP\Cookies\CookieWrapper\$cookie.
ILIAS\HTTP\Cookies\CookieWrapper::getMaxAge | ( | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 69 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::getName | ( | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 42 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::getPath | ( | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 78 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::getSecure | ( | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 96 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::getValue | ( | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 51 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::rememberForLongTime | ( | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 138 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::withDomain | ( | $domain = null | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 186 of file CookieWrapper.php.
References $domain.
ILIAS\HTTP\Cookies\CookieWrapper::withExpires | ( | $expires = null | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 126 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::withHttpOnly | ( | $httpOnly = null | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 210 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::withMaxAge | ( | $maxAge = null | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 162 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::withPath | ( | $path = null | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 174 of file CookieWrapper.php.
References $path.
ILIAS\HTTP\Cookies\CookieWrapper::withSecure | ( | $secure = null | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 198 of file CookieWrapper.php.
ILIAS\HTTP\Cookies\CookieWrapper::withValue | ( | $value = null | ) |
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 114 of file CookieWrapper.php.
|
private |
Underlying implementation.
Definition at line 25 of file CookieWrapper.php.
Referenced by ILIAS\HTTP\Cookies\CookieWrapper\__construct(), and ILIAS\HTTP\Cookies\CookieWrapper\getImplementation().