35 return self::$standard_fields;
64 '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',
71 'article',
'book',
'booklet',
'conference',
'inbook',
'incollection',
'inproceedings',
'manual',
'mastersthesis',
'misc',
'phdthesis',
'proceedings',
'techreport',
'unpublished',
80 return in_array($field_name, self::$standard_fields);
89 return in_array($entry_ype, self::$entry_types);
isEntryType(string $entry_ype)
bool
Interface ilBiblTypeInterface.
isStandardField(string $field_name)
bool
getStringRepresentation()
getStandardFieldIdentifiers()