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