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