You are here

public function HostingNode::getNid in Aegir Objects 7.3

File

classes/HostingNode.inc, line 20
The HostingNode class.

Class

HostingNode
@file The HostingNode class.

Code

public function getNid() {
  return $this->node->nid;
}