You are here

hosting_certificate.service.inc in Aegir HTTPS 7.3

File

submodules/certificate/hosting_certificate.service.inc
View source
<?php

/**
 * The Certificate service type class , registered with hook_hosting_service_type.
 */
class hostingService_Certificate extends hostingService {
  public $service = 'Certificate';

}

Classes

Namesort descending Description
hostingService_Certificate The Certificate service type class , registered with hook_hosting_service_type.