AppserverIo\Appserver\Core\Api\Node\CertificateNode::getCertPath PHP Méthode

getCertPath() public méthode

Returns the path to the certification file
public getCertPath ( ) : string
Résultat string the path to the certification file
    public function getCertPath()
    {
        return $this->certPath;
    }