ids ); return $db->select( 'filearchive', ArchivedFile::selectFields(), [ 'fa_name' => $this->title->getDBkey(), 'fa_id' => $ids ], __METHOD__, [ 'ORDER BY' => 'fa_id DESC' ] ); } public function newItem( $row ) { return new RevDelArchivedFileItem( $this, $row ); } }