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

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

Returns the path to the certification file
public getCertPath ( ) : string
Результат string the path to the certification file
    public function getCertPath()
    {
        return $this->certPath;
    }