class hostingService_http_public in Hosting 7.4
Same name and namespace in other branches
- 6.2 web_server/hosting_web_server.service.inc \hostingService_http_public
- 7.3 web_server/hosting_web_server.service.inc \hostingService_http_public
Hierarchy
- class \hostingService
- class \hostingService_http
- class \hostingService_http_public
- class \hostingService_http
Expanded class hierarchy of hostingService_http_public
File
- web_server/
hosting_web_server.service.inc, line 13 - Hosting service classes for the Hosting web server module.osting service classes for the Hosting web server module.
View source
class hostingService_http_public extends hostingService_http {
protected $has_port = TRUE;
function default_port() {
return 80;
}
function update() {
parent::update();
}
public function context_options($task_type, $ref_type, &$task) {
parent::context_options($task_type, $ref_type, $task);
}
}