You are here

public function HeartbeatActivity::__get in Heartbeat 6.4

Same name and namespace in other branches
  1. 6.3 includes/heartbeatactivity.inc \HeartbeatActivity::__get()

Method gets a heartbeat_activity variable

@desc The magic getter method fetches a variable in members. If not found there, it will always check the content holder as well

File

includes/heartbeatactivity.inc, line 139
HeartbeatActivity object Defines one heartbeat activity object.

Class

HeartbeatActivity
Class defines an activity message object

Code

public function __get($variable) {
  return $this->variables[$variable];
}