You are here

public function hostingService_http_ssl::context_import in Hostmaster (Aegir) 6

Overrides hostingService::context_import

File

modules/hosting/web_server/ssl/hosting_ssl.service.inc, line 61

Class

hostingService_http_ssl

Code

public function context_import($context) {
  parent::context_import($context);
  $this->ssl_port = $context->http_ssl_port;
}