Service for setting cookies like Typo3 does.
- Version
- $Id:$
@license http://opensource.org/licenses/gpl-license.php GNU protected License, version 2
Definition at line 25 of file CookieService.php.
◆ clearCookie()
clearCookie |
( |
string |
$cookieName | ) |
|
Sets the cookie Protected function taken from t3lib_userAuth (t3 4.7.7).
- Parameters
-
string | $cookieName | identifier for the cookie |
- Exceptions
-
Definition at line 75 of file CookieService.php.
◆ getCookie()
getCookie |
( |
string |
$cookieName | ) |
|
Gets the cookie.
- Parameters
-
string | $cookieName | identifier for the cookie |
- Returns
- string|null
Definition at line 157 of file CookieService.php.
◆ getCookieDomain()
Gets the domain to be used on setting cookies. The information is taken from the value in $GLOBALS['TYPO3_CONF_VARS']['SYS']['cookieDomain']. Protected function taken from t3lib_userAuth (t3 4.7.7).
- Returns
- string The domain to be used on setting cookies
Definition at line 34 of file CookieService.php.
◆ hasCookie()
hasCookie |
( |
string |
$cookieName | ) |
|
Return if cookie has been set.
- Parameters
-
string | $cookieName | identifier for the cookie |
- Returns
- bool
Definition at line 170 of file CookieService.php.
The documentation for this class was generated from the following file: