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