You are here

public function hostingService_http_public::context_options in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 web_server/hosting_web_server.service.inc \hostingService_http_public::context_options()
  2. 7.3 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 19

Class

hostingService_http_public

Code

public function context_options($task_type, $ref_type, &$task) {
  parent::context_options($task_type, $ref_type, $task);
}