public static function newFromRow($row)
 {
     $rc = new InterwikiIntegrationRecentChange();
     $rc->loadFromRow($row);
     return $rc;
 }