public function hostingService_http_ssl::context_options in Hosting 7.3
Same name and namespace in other branches
- 6.2 web_server/ssl/hosting_ssl.service.inc \hostingService_http_ssl::context_options()
- 7.4 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;
}