You are here

class hostingService_http_public in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 web_server/hosting_web_server.service.inc \hostingService_http_public
  2. 7.3 web_server/hosting_web_server.service.inc \hostingService_http_public

Hierarchy

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);
  }

}

Members