AppserverIo\Appserver\Core\Api\Node\CertificateNode::getDomain PHP Метод

getDomain() публичный Метод

Returns the domain on which the certificate should be used
public getDomain ( ) : string
Результат string the domain
    public function getDomain()
    {
        return $this->domain;
    }