PHP 클래스 DirectAdmin\LetsEncrypt\Lib\Challenges\BaseChallenge

파일 보기 프로젝트 열기: Petertjuh360/da-letsencrypt

보호된 프로퍼티들

프로퍼티 타입 설명
$domain
$location
$status
$token
$type
$uri

공개 메소드들

메소드 설명
__construct ( stdClass $challenge, string $location, Domain $domain, string $challengeDomain ) Challenge constructor
__debugInfo ( )
solvable ( )
solve ( )

메소드 상세

__construct() 공개 메소드

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 __debugInfo ( )

solvable() 공개 메소드

public solvable ( )

solve() 공개 메소드

public solve ( )

프로퍼티 상세

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

protected $domain

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

protected $location

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

protected $status

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

protected $token

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

protected $type

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

protected $uri