PHP Класс SS_Datetimezone

Adds customisable timezones to the nice method on {@link SS_Datetime}.
Наследование: extends SS_Datetime
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_cache_members Member[]

Открытые методы

Метод Описание
Format ( $format ) Returns the date in the raw SQL-format specific to a given timezone passed from the Member class, e.g. “2006-01-18 16:32:04”

Защищенные методы

Метод Описание
getCurrentCachedUser ( ) : Member | null Format can be called a lot of time in tight loops, so we cache the current user per request

Описание методов

Format() публичный Метод

Returns the date in the raw SQL-format specific to a given timezone passed from the Member class, e.g. “2006-01-18 16:32:04”
public Format ( $format )

getCurrentCachedUser() защищенный Метод

Format can be called a lot of time in tight loops, so we cache the current user per request
protected getCurrentCachedUser ( ) : Member | null
Результат Member | null

Описание свойств

$_cache_members защищенное статическое свойство

protected static Member[] $_cache_members
Результат Member[]