PHP 클래스 Sslurp\AbstractCaRootData

파일 보기 프로젝트 열기: evandotpro/sslurp

보호된 프로퍼티들

프로퍼티 타입 설명
$dateTime DateTime The date/time of the certdataversion
$version string The CVS version ID

공개 메소드들

메소드 설명
getContent ( $until = false )
getDateTime ( ) : DateTime Get the date/time the certdata was modified by Mozilla according to CVS.
getVersion ( ) : string Get the version number according to CVS.

메소드 상세

getContent() 추상적인 공개 메소드

abstract public getContent ( $until = false )

getDateTime() 공개 메소드

Get the date/time the certdata was modified by Mozilla according to CVS.
public getDateTime ( ) : DateTime
리턴 DateTime

getVersion() 공개 메소드

Get the version number according to CVS.
public getVersion ( ) : string
리턴 string

프로퍼티 상세

$dateTime 보호되어 있는 프로퍼티

The date/time of the certdataversion
protected DateTime $dateTime
리턴 DateTime

$version 보호되어 있는 프로퍼티

The CVS version ID
protected string $version
리턴 string