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