public function HostingFieldable::setProperty in Aegir Objects 7.3
Set the value of a property.
File
- traits/
HostingFieldable.inc, line 53 - The HostingFieldable trait.
Class
- HostingFieldable
- @file The HostingFieldable trait.
Code
public function setProperty($property, $value) {
return $this->node->{$property} = $value;
}