PHP Class Sslurp\AbstractCaRootData

Exibir arquivo Open project: evandotpro/sslurp

Protected Properties

Property Type Description
$dateTime DateTime The date/time of the certdataversion
$version string The CVS version ID

Public Methods

Method Description
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.

Method Details

getContent() abstract public method

abstract public getContent ( $until = false )

getDateTime() public method

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

getVersion() public method

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

Property Details

$dateTime protected_oe property

The date/time of the certdataversion
protected DateTime $dateTime
return DateTime

$version protected_oe property

The CVS version ID
protected string $version
return string