BibtexParserCsv Class Reference
Bibtex parsing class for CSV bibtex file format. More...
Public Member Functions | |
| __construct ($content) | |
| __destruct () | |
Data Fields | |
| $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
| __construct | ( | $ | content | ) |
Definition at line 51 of file BibtexParserCsv.php.
References parse().
Here is the call graph for this function:

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