class hostingService_http_public in Hostmaster (Aegir) 6
Hierarchy
- class \hostingService
- class \hostingService_http
- class \hostingService_http_public
- class \hostingService_http
Expanded class hierarchy of hostingService_http_public
File
- modules/
hosting/ 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);
}
}