|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ILIAS\HTTP\Cookies\CookieWrapper:
Collaboration diagram for ILIAS\HTTP\Cookies\CookieWrapper:Public Member Functions | |
| __construct (SetCookie $cookie) | |
| CookieFacade constructor. More... | |
| getName () | |
| @inheritDoc More... | |
| getValue () | |
| @inheritDoc More... | |
| getExpires () | |
| @inheritDoc More... | |
| getMaxAge () | |
| @inheritDoc More... | |
| getPath () | |
| @inheritDoc More... | |
| getDomain () | |
| @inheritDoc More... | |
| getSecure () | |
| @inheritDoc More... | |
| getHttpOnly () | |
| @inheritDoc More... | |
| withValue ($value=null) | |
| @inheritDoc More... | |
| withExpires ($expires=null) | |
| @inheritDoc More... | |
| rememberForLongTime () | |
| @inheritDoc More... | |
| expire () | |
| @inheritDoc More... | |
| withMaxAge ($maxAge=null) | |
| @inheritDoc More... | |
| withPath ($path=null) | |
| @inheritDoc More... | |
| withDomain ($domain=null) | |
| @inheritDoc More... | |
| withSecure ($secure=null) | |
| @inheritDoc More... | |
| withHttpOnly ($httpOnly=null) | |
| @inheritDoc More... | |
| __toString () | |
| @inheritDoc More... | |
| getImplementation () | |
| Returns the underlying implementation. More... | |
| getName () | |
| Cookie name. More... | |
| getValue () | |
| Cookie value. More... | |
| getExpires () | |
| Expiration date as unix timestamp. More... | |
| getMaxAge () | |
| Max age measured in seconds. More... | |
| getPath () | |
| Cookie path. More... | |
| getDomain () | |
| Cookie domain. More... | |
| getSecure () | |
| True if it's secure cookie otherwise false. More... | |
| getHttpOnly () | |
| True if the cookie is http only otherwise false. More... | |
| withValue ($value=null) | |
| Sets the cookie value. More... | |
| withExpires ($expires=null) | |
| Sets the expiration date of the cookie. More... | |
| rememberForLongTime () | |
| Sets the expiration date to +5 years. More... | |
| expire () | |
| Expire the cookie. More... | |
| withMaxAge ($maxAge=null) | |
| Maximal life time of the cookie in seconds. More... | |
| withPath ($path=null) | |
| Sets the cookie path. More... | |
| withDomain ($domain=null) | |
| Sets the domain name for the cookie. More... | |
| withSecure ($secure=null) | |
| Sets if the cookie is a secure cookie or not. More... | |
| withHttpOnly ($httpOnly=null) | |
| Sets if the cookie is http only. More... | |
| __toString () | |
| Returns the string representation of the object. 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 | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 222 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::expire | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 150 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::getDomain | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 87 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::getExpires | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 60 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::getHttpOnly | ( | ) |
@inheritDoc
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 | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 69 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::getName | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 42 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::getPath | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 78 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::getSecure | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 96 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::getValue | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 51 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::rememberForLongTime | ( | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 138 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::withDomain | ( | $domain = null | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 186 of file CookieWrapper.php.
References $domain.
| ILIAS\HTTP\Cookies\CookieWrapper::withExpires | ( | $expires = null | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 126 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::withHttpOnly | ( | $httpOnly = null | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 210 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::withMaxAge | ( | $maxAge = null | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 162 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::withPath | ( | $path = null | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 174 of file CookieWrapper.php.
References $path.
| ILIAS\HTTP\Cookies\CookieWrapper::withSecure | ( | $secure = null | ) |
@inheritDoc
Implements ILIAS\HTTP\Cookies\Cookie.
Definition at line 198 of file CookieWrapper.php.
| ILIAS\HTTP\Cookies\CookieWrapper::withValue | ( | $value = null | ) |
@inheritDoc
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().