public function hostingService_http_public::context_options in Hosting 7.3
Same name and namespace in other branches
- 6.2 web_server/hosting_web_server.service.inc \hostingService_http_public::context_options()
- 7.4 web_server/hosting_web_server.service.inc \hostingService_http_public::context_options()
Overrides hostingService::context_options
1 call to hostingService_http_public::context_options()
- hostingService_http_ssl::context_options in web_server/
ssl/ hosting_ssl.service.inc
1 method overrides hostingService_http_public::context_options()
- hostingService_http_ssl::context_options in web_server/
ssl/ hosting_ssl.service.inc
File
- web_server/
hosting_web_server.service.inc, line 24 - Hosting service classes for the Hosting web server module.osting service classes for the Hosting web server module.
Class
Code
public function context_options($task_type, $ref_type, &$task) {
parent::context_options($task_type, $ref_type, $task);
}