DirectAdmin\LetsEncrypt\Lib\Domain::getPath PHP Méthode

getPath() public méthode

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