DirectAdmin\LetsEncrypt\Lib\Domain::getPath PHP Method

getPath() public method

Get path to domain root
public getPath ( ) : string
return string
    public function getPath()
    {
        return DIRECTORY_SEPARATOR . 'home' . DIRECTORY_SEPARATOR . $this->account->getUsername() . DIRECTORY_SEPARATOR . 'domains' . DIRECTORY_SEPARATOR . $this->getDomain();
    }