public function hostingService::save in Hosting 6.2
Same name and namespace in other branches
- 7.4 server/hosting_server.service.inc \hostingService::save()
- 7.3 server/hosting_server.service.inc \hostingService::save()
1 call to hostingService::save()
File
- server/
hosting_server.service.inc, line 38
Class
Code
public function save($node) {
$this->server = new stdClass();
$this->server->nid = $node->nid;
$this->server->vid = $node->vid;
$this->server->title = $node->title;
}