* [ * 'value' => 'Users online', * 'attrs' => ['class' => 'text-center'], * ] * . * * @param HookMyStudentsLpTrackingEventInterface $hook * * @return array */ public function trackingHeader(HookMyStudentsLpTrackingEventInterface $hook); /** * Return an associative array this value and attributes. * * [ * 'value' => '5 connected users ', * 'attrs' => ['class' => 'text-center text-success'], * ] * . * * @param HookMyStudentsLpTrackingEventInterface $hook * * @return array */ public function trackingContent(HookMyStudentsLpTrackingEventInterface $hook); }