You are here

public function HeartbeatMessageBuilder::hasErrors in Heartbeat 6.3

Same name and namespace in other branches
  1. 6.4 includes/heartbeatmessagebuilder.inc \HeartbeatMessageBuilder::hasErrors()

File

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

Class

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

Code

public function hasErrors() {
  return $this->_hasErrors;
}