Class ilBibTex.
More...
Detailed Description
Member Function Documentation
static ilBibTex::isEntryType |
( |
|
$entry_ype | ) |
|
|
static |
- Parameters
-
- Returns
- bool
Definition at line 78 of file class.ilBibTex.php.
{
return in_array($entry_ype, self::$entry_types);
}
static ilBibTex::isStandardField |
( |
|
$field_name | ) |
|
|
static |
- Parameters
-
- Returns
- bool
Definition at line 68 of file class.ilBibTex.php.
{
return in_array($field_name, self::$standard_fields);
}
Field Documentation
Initial value: array(
'article',
'book',
'booklet',
'conference',
'inbook',
'incollection',
'inproceedings',
'manual',
'mastersthesis',
'misc',
'phdthesis',
'proceedings',
'techreport',
'unpublished',
)
Definition at line 45 of file class.ilBibTex.php.
ilBibTex::$standard_fields |
|
staticprotected |
Initial value: array(
'address',
'annote',
'author',
'booktitle',
'chapter',
'crossref',
'edition',
'editor',
'eprint',
'howpublished',
'institution',
'journal',
'key',
'month',
'note',
'number',
'organization',
'pages',
'publisher',
'school',
'series',
'title',
'type',
'url',
'volume',
'year',
)
Definition at line 14 of file class.ilBibTex.php.
The documentation for this class was generated from the following file: