You are here

public function hostingService_http_ssl::context_import in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 web_server/ssl/hosting_ssl.service.inc \hostingService_http_ssl::context_import()
  2. 7.3 web_server/ssl/hosting_ssl.service.inc \hostingService_http_ssl::context_import()

Overrides hostingService::context_import

File

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;
}