You are here

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

6 calls to hostingService::load()
hostingService_db_mysql::load in modules/hosting/db_server/hosting_db_server.service.inc
hostingService_dns_master::load in modules/hosting/dns/hosting_dns.service.inc
hostingService_example_basic::load in modules/hosting/example/hosting_example.service.inc
Load associated values for the service.
hostingService_http_cluster::load in modules/hosting/web_cluster/hosting_web_cluster.service.inc
hostingService_http_pack::load in modules/hosting/web_pack/hosting_web_pack.service.inc

... See full list

6 methods override hostingService::load()
hostingService_db_mysql::load in modules/hosting/db_server/hosting_db_server.service.inc
hostingService_dns_master::load in modules/hosting/dns/hosting_dns.service.inc
hostingService_example_basic::load in modules/hosting/example/hosting_example.service.inc
Load associated values for the service.
hostingService_http_cluster::load in modules/hosting/web_cluster/hosting_web_cluster.service.inc
hostingService_http_pack::load in modules/hosting/web_pack/hosting_web_pack.service.inc

... See full list

File

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

Class

hostingService

Code

public function load() {
  $this
    ->mergeData("SELECT port, restart_cmd, available FROM {hosting_service} WHERE vid = %d AND type = '%s'", $this->server->vid, $this->type);
}