/var/www/flurhymez/vendor/google/apiclient-services/src/CertificateAuthorityService
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CertificateAuthorityService/CaOptions.php (1424B)
isCa = $isCa;
}
/**
* @return bool
*/
public function getIsCa()
{
return $this->isCa;
}
/**
* @param int
*/
public function setMaxIssuerPathLength($maxIssuerPathLength)
{
$this->maxIssuerPathLength = $maxIssuerPathLength;
}
/**
* @return int
*/
public function getMaxIssuerPathLength()
{
return $this->maxIssuerPathLength;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CaOptions::class, 'Google_Service_CertificateAuthorityService_CaOptions');