PHP Класс LdapTools\AttributeConverter\ConvertGeneralizedTime

Автор: Chad Sikorra ([email protected])
Наследование: implements LdapTools\AttributeConverter\AttributeConverterInterface, use trait AttributeConverterTrait
Показать файл Открыть проект

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

Метод Описание
fromLdap ( $timestamp )
toLdap ( $date )

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

Метод Описание
getTzOffsetForTimestamp ( string $tzOffset ) : string Get the timezone offset that will be appended to the timestamp.

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

fromLdap() публичный метод

public fromLdap ( $timestamp )

getTzOffsetForTimestamp() защищенный метод

Get the timezone offset that will be appended to the timestamp.
protected getTzOffsetForTimestamp ( string $tzOffset ) : string
$tzOffset string As given from the \DateTime object.
Результат string

toLdap() публичный метод

public toLdap ( $date )