Timezones
TimezoneService Class Reference
Inheritance diagram for TimezoneService:
AbstractExtensionService

Public Member Functions

 injectExtensionHelperService (ExtensionHelperService $extensionHelperService)
 
 initializeObject ()
 
 setCurrentTimezone ($timezone=null)
 
 getCurrentTimezone ()
 
 getIntlDateFormatter ()
 
 getCurrentTimezoneAbbreviation ()
 
 getTimezoneArray ()
 
 setTimezoneArray ()
 
 getOffsetInSeconds ()
 
 getIcuTimezoneString ()
 
 isDst ($time='now')
 
- Public Member Functions inherited from AbstractExtensionService
 __construct (ObjectManagerInterface $objectManager, LoggingService $loggingService)
 

Protected Attributes

 $timezoneArray = []
 
 $currentTimezone
 
 $intlDateFormatter
 
 $locale
 
 $extensionHelperService
 
- Protected Attributes inherited from AbstractExtensionService
 $objectManager
 
 $loggingService
 
 $logger
 

Detailed Description

Service for setting cookies like Typo3 does extension=php_intl.dll.

Version
$Id:$

@license http://opensource.org/licenses/gpl-license.php GNU protected License, version 2

Definition at line 29 of file TimezoneService.php.

Member Function Documentation

◆ getCurrentTimezone()

getCurrentTimezone ( )

Get all timezones.

Returns
DateTimeZone Gives back the current DateTimeZone object

Definition at line 119 of file TimezoneService.php.

◆ getCurrentTimezoneAbbreviation()

getCurrentTimezoneAbbreviation ( )

Get all timezones.

Returns
string Gives back the current DateTimeZone object
Exceptions
Exception

Definition at line 145 of file TimezoneService.php.

◆ getIcuTimezoneString()

getIcuTimezoneString ( )

Get the ICU representation of the timezone e.g. GMT+0200.

Returns
string
Exceptions
Exception

Definition at line 210 of file TimezoneService.php.

◆ getIntlDateFormatter()

getIntlDateFormatter ( )

Get the IntlDateFormatter.

Returns
IntlDateFormatter Gives back the current IntlDateFormatter object
Exceptions
Exception

Definition at line 130 of file TimezoneService.php.

◆ getOffsetInSeconds()

getOffsetInSeconds ( )

Get the timezone offset in relation to GMT.

Exceptions
Exception
Returns
int

Definition at line 198 of file TimezoneService.php.

◆ getTimezoneArray()

getTimezoneArray ( )

Get all timezones.

Exceptions
Exception
Returns
array Gives back a list of all timezones

Definition at line 161 of file TimezoneService.php.

◆ initializeObject()

initializeObject ( )

Constructor.

Exceptions
Exception

Definition at line 76 of file TimezoneService.php.

◆ injectExtensionHelperService()

injectExtensionHelperService ( ExtensionHelperService  $extensionHelperService)
Parameters
ExtensionHelperService$extensionHelperService

Definition at line 66 of file TimezoneService.php.

◆ isDst()

isDst (   $time = 'now')

Check if daylight saving time is active.

Parameters
string$time
Returns
bool
Exceptions
Exception

Definition at line 232 of file TimezoneService.php.

◆ setCurrentTimezone()

setCurrentTimezone (   $timezone = null)

Sets the new timezone identifier.

Parameters
string | DateTimeZone$timezone

Definition at line 98 of file TimezoneService.php.

◆ setTimezoneArray()

setTimezoneArray ( )

Set timezoneArray.

Exceptions
Exception

Definition at line 175 of file TimezoneService.php.

Field Documentation

◆ $currentTimezone

$currentTimezone
protected

Definition at line 43 of file TimezoneService.php.

◆ $extensionHelperService

$extensionHelperService
protected

Definition at line 62 of file TimezoneService.php.

◆ $intlDateFormatter

$intlDateFormatter
protected

Definition at line 50 of file TimezoneService.php.

◆ $locale

$locale
protected

Definition at line 57 of file TimezoneService.php.

◆ $timezoneArray

$timezoneArray = []
protected

Definition at line 36 of file TimezoneService.php.


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