You are here

public function HeartbeatMessageBuilder::updateState in Heartbeat 6.4

File

includes/heartbeatmessagebuilder.inc, line 76
Strategy with access behaviour

Class

HeartbeatMessageBuilder
Class HeartbeatMessageBuilder Message builder that fetches and customizes users activity on the site. The builder takes a heartbeataccess object to handle the request to fetch the messages.

Code

public function updateState($heartbeatAccess) {
  $this->_heartbeatState = $heartbeatAccess;
}