public function hostingService_http_public::context_options in Hostmaster (Aegir) 6
Overrides hostingService::context_options
1 call to hostingService_http_public::context_options()
- hostingService_http_ssl::context_options in modules/
hosting/ web_server/ ssl/ hosting_ssl.service.inc
1 method overrides hostingService_http_public::context_options()
- hostingService_http_ssl::context_options in modules/
hosting/ web_server/ ssl/ hosting_ssl.service.inc
File
- modules/
hosting/ web_server/ hosting_web_server.service.inc, line 19
Class
Code
public function context_options($task_type, $ref_type, &$task) {
parent::context_options($task_type, $ref_type, $task);
}