BibtexParserCsv Class Reference
Bibtex parsing class for CSV bibtex file format. More...
Public Member Functions | |
| __construct ($content) | |
| __destruct () | |
Public Attributes | |
| $items = array() | |
Private Member Functions | |
| parse () | |
Private Attributes | |
| $fileContent = "" | |
| file content to parse | |
Detailed Description
Bibtex parsing class for CSV bibtex file format.
Definition at line 44 of file BibtexParserCsv.php.
Constructor & Destructor Documentation
| BibtexParserCsv::__construct | ( | $ | content | ) |
Definition at line 51 of file BibtexParserCsv.php.
References parse().
Here is the call graph for this function:

| BibtexParserCsv::__destruct | ( | ) |
Definition at line 59 of file BibtexParserCsv.php.
Member Function Documentation
| BibtexParserCsv::parse | ( | ) | [private] |
Member Data Documentation
BibtexParserCsv::$fileContent = "" [private] |
| BibtexParserCsv::$items = array() |
Definition at line 46 of file BibtexParserCsv.php.
The documentation for this class was generated from the following file:
