You are here

public function NodeActivity::getNid in Heartbeat 7

getNid().

Function to retrieve the node id

File

modules/heartbeat_defaults/streams/nodeactivity.inc, line 21

Class

NodeActivity
Class NodeActivity Stream with all activity related to nodes.

Code

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