PHP 클래스 AppserverIo\Appserver\Core\Api\Node\CertificateNode

저자: Johann Zelger ([email protected])
상속: extends AppserverIo\Description\Api\Node\AbstractNode
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$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