You are here

public function hostingService::update in Hostmaster (Aegir) 6

3 calls to hostingService::update()
hostingService_db_mysql::update in modules/hosting/db_server/hosting_db_server.service.inc
hostingService_example_basic::update in modules/hosting/example/hosting_example.service.inc
Update a record in the database.
hostingService_http_public::update in modules/hosting/web_server/hosting_web_server.service.inc
3 methods override hostingService::update()
hostingService_db_mysql::update in modules/hosting/db_server/hosting_db_server.service.inc
hostingService_example_basic::update in modules/hosting/example/hosting_example.service.inc
Update a record in the database.
hostingService_http_public::update in modules/hosting/web_server/hosting_web_server.service.inc

File

modules/hosting/server/hosting_server.service.inc, line 60

Class

hostingService

Code

public function update() {
  $this
    ->delete_revision();
  $this
    ->insert();
}