You are here

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

1 call to hostingService::save()
hostingService::__construct in modules/hosting/server/hosting_server.service.inc

File

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

Class

hostingService

Code

public function save($node) {
  $this->server = new stdClass();
  $this->server->nid = $node->nid;
  $this->server->vid = $node->vid;
  $this->server->title = $node->title;
}