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;
    }