PHP Класс AppserverIo\Appserver\Core\Api\Node\CertificateNode

Автор: Johann Zelger ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$certPath string The path to the certification file
$domain string The domain on which the certificate should be used

Открытые методы

Метод Описание
getCertPath ( ) : string Returns the path to the certification file
getDomain ( ) : string Returns the domain on which the certificate should be used

Описание методов

getCertPath() публичный метод

Returns the path to the certification file
public getCertPath ( ) : string
Результат string the path to the certification file

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

Returns the domain on which the certificate should be used
public getDomain ( ) : string
Результат string the domain

Описание свойств

$certPath защищенное свойство

The path to the certification file
protected string $certPath
Результат string

$domain защищенное свойство

The domain on which the certificate should be used
protected string $domain
Результат string