|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class for writing RIS data. More...
Collaboration diagram for LibRIS\RISWriter:Public Member Functions | |
| __construct () | |
| writeRecords ($records) | |
| Write a series of records to a single RIS string. More... | |
| writeRecord ($tags) | |
| Write a single record as an RIS string. More... | |
Class for writing RIS data.
General usage:
Definition at line 19 of file RISWriter.php.
| LibRIS\RISWriter::__construct | ( | ) |
Definition at line 21 of file RISWriter.php.
| LibRIS\RISWriter::writeRecord | ( | $tags | ) |
Write a single record as an RIS string.
The record should be an associative array of tags to values.
| array | $tags | An associative array of key => array(value1, value2,...). |
| string | The record as a string. |
Definition at line 49 of file RISWriter.php.
| LibRIS\RISWriter::writeRecords | ( | $records | ) |
Write a series of records to a single RIS string.
| array | $records | An array in the format generated by RISReader::parseFile() |
| string | The record as a string. |
Definition at line 31 of file RISWriter.php.
References $records.