PHP 클래스 LdapTools\AttributeConverter\ConvertGeneralizedTime

상속: implements LdapTools\AttributeConverter\AttributeConverterInterface, use trait AttributeConverterTrait
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
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 )