|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| __construct ($listContent, $ordering) | |
| & | getListContent () |
| getOrdering () | |
| setListContent (&$listContent) | |
| setOrdering ($ordering) | |
Data Fields | |
| $_listContent | |
| $_ordering | |
Class representing an ordered list of plain text citation output.
Definition at line 20 of file PlainTextReferencesList.inc.php.
| PlainTextReferencesList::__construct | ( | $listContent, | |
| $ordering | |||
| ) |
Constructor.
| $listContent | string |
| $ordering | integer one of the REFERENCES_LIST_ORDERING_* constants |
Definition at line 38 of file PlainTextReferencesList.inc.php.
| & PlainTextReferencesList::getListContent | ( | ) |
Get the list content
Definition at line 59 of file PlainTextReferencesList.inc.php.
References $_listContent.
| PlainTextReferencesList::getOrdering | ( | ) |
Get the ordering
Definition at line 75 of file PlainTextReferencesList.inc.php.
References $_ordering.
| PlainTextReferencesList::setListContent | ( | & | $listContent | ) |
Set the list content
| $listContent | string |
Definition at line 51 of file PlainTextReferencesList.inc.php.
| PlainTextReferencesList::setOrdering | ( | $ordering | ) |
Set the ordering
| $ordering | integer |
Definition at line 67 of file PlainTextReferencesList.inc.php.
| string PlainTextReferencesList::$_listContent |
the actual list
Definition at line 31 of file PlainTextReferencesList.inc.php.
Referenced by getListContent().
| integer PlainTextReferencesList::$_ordering |
one of the REFERENCES_LIST_ORDERING_* constants
Definition at line 25 of file PlainTextReferencesList.inc.php.
Referenced by getOrdering().