Timezones
CookieService Class Reference
Inheritance diagram for CookieService:
AbstractExtensionService

Public Member Functions

 clearCookie (string $cookieName)
 
 getCookie (string $cookieName)
 
 hasCookie (string $cookieName)
 
- Public Member Functions inherited from AbstractExtensionService
 __construct (ObjectManagerInterface $objectManager, LoggingService $loggingService)
 

Protected Member Functions

 getCookieDomain ()
 

Additional Inherited Members

- Protected Attributes inherited from AbstractExtensionService
 $objectManager
 
 $loggingService
 
 $logger
 

Detailed Description

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.

Member Function Documentation

◆ clearCookie()

clearCookie ( string  $cookieName)

Sets the cookie Protected function taken from t3lib_userAuth (t3 4.7.7).

Parameters
string$cookieNameidentifier for the cookie
Exceptions
Exception

Definition at line 75 of file CookieService.php.

◆ getCookie()

getCookie ( string  $cookieName)

Gets the cookie.

Parameters
string$cookieNameidentifier for the cookie
Returns
string|null

Definition at line 157 of file CookieService.php.

◆ getCookieDomain()

getCookieDomain ( )
protected

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$cookieNameidentifier for the cookie
Returns
bool

Definition at line 170 of file CookieService.php.


The documentation for this class was generated from the following file: