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.


Author:
Frederick Giasson, Structured Dynamics LLC.




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:
Copyright © 2009-2011. Structured Dynamics LLC Structured Dynamics LLC. All rights reserved.