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