DirectAdmin\LetsEncrypt\Lib\Challenges\BaseChallenge::__debugInfo PHP Method

__debugInfo() public method

public __debugInfo ( )
    function __debugInfo()
    {
        return ['type' => $this->type, 'status' => $this->status, 'uri' => $this->uri, 'token' => $this->token, 'location' => $this->location, 'domain' => $this->domain, 'solvable' => $this->solvable()];
    }