You are here

public function hostingService_http_ssl::context_options in Hosting 7.4

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

Overrides hostingService_http_public::context_options

File

web_server/ssl/hosting_ssl.service.inc, line 71
Define Hosting service class for SSL.

Class

hostingService_http_ssl
@file Define Hosting service class for SSL.

Code

public function context_options($task_type, $ref_type, &$task) {
  parent::context_options($task_type, $ref_type, $task);
  $task->context_options[$this->service . '_ssl_port'] = $this->ssl_port;
}