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