BibtexItem Class Reference
Bibtex item description. More...
Public Member Functions | |
| __construct () | |
| __destruct () | |
| addType ($type) | |
| addID ($id) | |
| addProperty ($property, $value) | |
Public Attributes | |
| $itemType = "" | |
| $itemID = "" | |
| $properties = array() | |
Detailed Description
Bibtex item description.
Definition at line 26 of file BibtexItem.php.
Constructor & Destructor Documentation
| BibtexItem::__construct | ( | ) |
Definition at line 61 of file BibtexItem.php.
| BibtexItem::__destruct | ( | ) |
Definition at line 63 of file BibtexItem.php.
Member Function Documentation
| BibtexItem::addID | ( | $ | id | ) |
Definition at line 67 of file BibtexItem.php.
| BibtexItem::addProperty | ( | $ | property, | |
| $ | value | |||
| ) |
Definition at line 69 of file BibtexItem.php.
| BibtexItem::addType | ( | $ | type | ) |
Member Data Documentation
| BibtexItem::$itemID = "" |
Definition at line 29 of file BibtexItem.php.
| BibtexItem::$itemType = "" |
Definition at line 28 of file BibtexItem.php.
| BibtexItem::$properties = array() |
Definition at line 59 of file BibtexItem.php.
The documentation for this class was generated from the following file:
