function HostingNode::__construct in Aegir Objects 7.3
File
- classes/
HostingNode.inc, line 16 - The HostingNode class.
Class
- HostingNode
- @file The HostingNode class.
Code
function __construct($node) {
$this->node = $node;
}
function __construct($node) {
$this->node = $node;
}