private function HeartbeatMessagePool::__construct in Heartbeat 7
Constructor.
File
- ./
heartbeat.module, line 970 - Module file for heartbeat activity. Basic hook implementations and helper functions will be found here.
Class
- HeartbeatMessagePool
- Class to keep HeartbeatActivity messages in a pool so plugins and such can get the message instead of reloading them.
Code
private function __construct() {
}