PHP Class AppserverIo\Appserver\Core\Api\Node\CertificateNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$certPath string The path to the certification file
$domain string The domain on which the certificate should be used

Public Methods

Method Description
getCertPath ( ) : string Returns the path to the certification file
getDomain ( ) : string Returns the domain on which the certificate should be used

Method Details

getCertPath() public method

Returns the path to the certification file
public getCertPath ( ) : string
return string the path to the certification file

getDomain() public method

Returns the domain on which the certificate should be used
public getDomain ( ) : string
return string the domain

Property Details

$certPath protected property

The path to the certification file
protected string $certPath
return string

$domain protected property

The domain on which the certificate should be used
protected string $domain
return string