class hostingService_http_public in Hosting 6.2
Same name and namespace in other branches
- 7.4 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 8
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);
}
}