[feature/new-tz-handling] Explained name of phpbb_datetime::getTimestamp()

phpbb_datetime::getTimestamp() exists purely to support PHP 5.2 which
does not implement the method.

PHPBB3-9558
This commit is contained in:
Chris Smith 2010-07-07 22:25:52 +01:00 committed by Oleg Pudeyev
parent dba89a5341
commit f085735ef8

View file

@ -48,6 +48,7 @@ class phpbb_datetime extends DateTime
/**
* Returns a UNIX timestamp representation of the date time.
*
* @internal This method is for backwards compatibility with 5.2, hence why it doesn't use our method naming standards.
* @return int UNIX timestamp
*/
public function getTimestamp()