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

getPath() public method

Get path to user root
public getPath ( ) : string
return string
    public function getPath()
    {
        return DIRECTORY_SEPARATOR . 'home' . DIRECTORY_SEPARATOR . $this->username;
    }