You are here

function hostingService::__construct in Hosting 6.2

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

File

server/hosting_server.service.inc, line 11

Class

hostingService

Code

function __construct($node, $values = null) {
  self::save($node);
  self::setValues($values);
}