You are here

public function HeartbeatMessageBuilder::getErrors in Heartbeat 6.4

File

includes/heartbeatmessagebuilder.inc, line 68
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 getErrors() {
  return $this->_errors;
}