BibtexParserCsv Class Reference

Bibtex parsing class for CSV bibtex file format. More...

List of all members.

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.


Author:
Frederick Giasson, Structured Dynamics LLC.



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]

Definition at line 61 of file BibtexParserCsv.php.

Referenced by __construct().


Member Data Documentation

BibtexParserCsv::$fileContent = "" [private]

file content to parse

Definition at line 49 of file BibtexParserCsv.php.

BibtexParserCsv::$items = array()

Definition at line 46 of file BibtexParserCsv.php.


The documentation for this class was generated from the following file:
Copyright © 2009. Structured Dynamics LLC Structured Dynamics LLC. All rights reserved.