PHP Class DirectAdmin\LetsEncrypt\Lib\Challenges\BaseChallenge

Show file Open project: Petertjuh360/da-letsencrypt

Protected Properties

Property Type Description
$domain
$location
$status
$token
$type
$uri

Public Methods

Method Description
__construct ( stdClass $challenge, string $location, Domain $domain, string $challengeDomain ) Challenge constructor
__debugInfo ( )
solvable ( )
solve ( )

Method Details

__construct() public method

Challenge constructor
public __construct ( stdClass $challenge, string $location, Domain $domain, string $challengeDomain )
$challenge stdClass Challenge properties from ACME
$location string Location
$domain DirectAdmin\LetsEncrypt\Lib\Domain Main Domain object
$challengeDomain string Domain or subdomain to be challenged

__debugInfo() public method

public __debugInfo ( )

solvable() public method

public solvable ( )

solve() public method

public solve ( )

Property Details

$domain protected property

protected $domain

$location protected property

protected $location

$status protected property

protected $status

$token protected property

protected $token

$type protected property

protected $type

$uri protected property

protected $uri