/**
  *
  * Provides the content in the footer of the widget
  * for the top contributor to this widget
  */
 public function getTopContributor(&$dbr)
 {
     $user = RCWidget::getTopPatroller($dbr);
     return $this->populateUserObject($user['id'], $user['date']);
 }