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