You are here

public function hostingService::save in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 server/hosting_server.service.inc \hostingService::save()
  2. 7.3 server/hosting_server.service.inc \hostingService::save()
1 call to hostingService::save()
hostingService::__construct in server/hosting_server.service.inc

File

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