You are here

function hostingService_http_public::update in Hosting 7.3

Same name and namespace in other branches
  1. 6.2 web_server/hosting_web_server.service.inc \hostingService_http_public::update()
  2. 7.4 web_server/hosting_web_server.service.inc \hostingService_http_public::update()

Overrides hostingService::update

File

web_server/hosting_web_server.service.inc, line 20
Hosting service classes for the Hosting web server module.osting service classes for the Hosting web server module.

Class

hostingService_http_public

Code

function update() {
  parent::update();
}