| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class for writing RIS data. More...
 Collaboration diagram for LibRIS\RISWriter:
 Collaboration diagram for LibRIS\RISWriter:| Public Member Functions | |
| __construct () | |
| writeRecords ($records) | |
| Write a series of records to a single RIS string. | |
| writeRecord ($tags) | |
| Write a single record as an RIS string. | |
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.