You are here

public function GroupActivity::construct in Heartbeat 7

Fake constructor to hook this method instead of the constructor.

Overrides HeartbeatStream::construct

File

modules/heartbeat_og/streams/groupactivity.inc, line 18
Defines a stream for Group Activity.

Class

GroupActivity
Concrete class GroupActivity Defines a stream for activity within a group.

Code

public function construct() {
  $this
    ->detectGroup();
}