Cassandra\SSLOptions\Builder::withTrustedCerts PHP 메소드

withTrustedCerts() 공개 메소드

Adds a trusted certificate. This is used to verify node's identity.
public withTrustedCerts ( $path ) : Builder
리턴 Builder self
    public function withTrustedCerts($path)
    {
    }