function hostingService::__construct in Hosting 6.2
Same name and namespace in other branches
- 7.4 server/hosting_server.service.inc \hostingService::__construct()
- 7.3 server/hosting_server.service.inc \hostingService::__construct()
File
- server/
hosting_server.service.inc, line 11
Class
Code
function __construct($node, $values = null) {
self::save($node);
self::setValues($values);
}