public function HeartbeatMessageBuilder::getState in Heartbeat 6.4
File
- includes/
heartbeatmessagebuilder.inc, line 72 - 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 getState() {
return $this->_heartbeatState;
}