You are here

public function hostingService_http_ssl::context_import in Hosting 7.3

Same name and namespace in other branches
  1. 6.2 web_server/ssl/hosting_ssl.service.inc \hostingService_http_ssl::context_import()
  2. 7.4 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 76
Define Hosting service class for SSL.

Class

hostingService_http_ssl
@file Define Hosting service class for SSL.

Code

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