Class Inx_Apiimpl_ServerTimeImpl

Description

Implements interfaces:

Located in /Apiimpl/ServerTimeImpl.php (line 7)


	
			
Method Summary
Inx_Apiimpl_ServerTimeImpl __construct ( $date,  $gmt,  $dst,  $timezone)
the getDatetime ()
void getDSTOffset ()
the getGMTOffset ()
void getTimezoneId ()
Methods
Constructor __construct (line 14)
  • access: public
Inx_Apiimpl_ServerTimeImpl __construct ( $date,  $gmt,  $dst,  $timezone)
  • $date
  • $gmt
  • $dst
  • $timezone
getDatetime (line 26)

Returns the server time as date object.

Returns the server time as date object.

  • return: server time as date
  • access: public
the getDatetime ()

Implementation of:
Inx_Api_ServerTime::getDatetime()
Returns the server time as iso 8601 formatted datetime string.
getDSTOffset (line 42)
  • access: public
void getDSTOffset ()

Implementation of:
Inx_Api_ServerTime::getDSTOffset()
Returns the day light saving time offset of the server in milliseconds.
getGMTOffset (line 37)

Returns the GMT offset of the server in milliseconds

Returns the GMT offset of the server in milliseconds

  • return: GMT offset in milliseconds
  • access: public
the getGMTOffset ()

Implementation of:
Inx_Api_ServerTime::getGMTOffset()
Returns the GMT offset of the server in milliseconds.
getTimezoneId (line 47)
  • access: public
void getTimezoneId ()

Implementation of:
Inx_Api_ServerTime::getTimezoneId()
Returns the time zone id, for example "Europe/Berlin".

Documentation generated on Thu, 17 Sep 2015 14:27:30 +0200 by phpDocumentor 1.3.2