protected function HostingNode::getInfoFields in Aegir Objects 7.3
1 call to HostingNode::getInfoFields()
- HostingNode::nodeView in classes/
HostingNode.inc - Alter the display of a node.
File
- classes/
HostingNode.inc, line 45 - The HostingNode class.
Class
- HostingNode
- @file The HostingNode class.
Code
protected function getInfoFields() {
return $this->info_fields;
}