Abstract record writer strategy (shared base for standard vs. combined modes of saving records).
category |
VuFind |
---|---|
package |
Harvest_Tools |
author |
Demian Katz demian.katz@villanova.edu |
license |
http://opensource.org/licenses/gpl-2.0.php GNU General Public License |
link |
Wiki |
__construct(string $basePath)
string
Target directory for harvested files
getBasePath() : string
string
getFilename(string $id, string $ext) : string
string
ID of record to save.
string
File extension to use.
string
Full path + filename.
saveDeletedRecords(string|array $ids) : void
string|array
ID(s) of deleted record(s).
saveFile(string $id, string $xml) : void
string
Record ID to use for filename generation.
string
XML to save.
basePath : string
var |
---|
string