public function hostingService_http_ssl::context_options in Hostmaster (Aegir) 6
Overrides hostingService_http_public::context_options
File
- modules/
hosting/ 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;
}