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