ILIAS  release_7 Revision v7.30-3-g800a261c036
ilBibTex Class Reference

Class ilBibTexInterface. More...

+ Inheritance diagram for ilBibTex:
+ Collaboration diagram for ilBibTex:

Public Member Functions

 getId ()
 @inheritDoc More...
 
 getStringRepresentation ()
 @inheritDoc More...
 
 getStandardFieldIdentifiers ()
 @inheritDoc More...
 
 isStandardField (string $field_name)
 
Parameters
string$identifier
Returns
bool
More...
 
 isEntryType (string $entry_ype)
 
Parameters
string$identifier
Returns
bool
More...
 
 isStandardField (string $identifier)
 
 isEntryType (string $identifier)
 
 getStringRepresentation ()
 
 getId ()
 
 getStandardFieldIdentifiers ()
 

Static Protected Attributes

static $standard_fields
 
static $entry_types
 

Detailed Description

Class ilBibTexInterface.

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Version
1.0.0

Definition at line 9 of file class.ilBibTex.php.

Member Function Documentation

◆ getId()

ilBibTex::getId ( )

◆ getStandardFieldIdentifiers()

ilBibTex::getStandardFieldIdentifiers ( )

@inheritDoc

Implements ilBiblTypeInterface.

Definition at line 33 of file class.ilBibTex.php.

33 : array
34 {
36 }
static $standard_fields

References $standard_fields.

◆ getStringRepresentation()

ilBibTex::getStringRepresentation ( )

@inheritDoc

Implements ilBiblTypeInterface.

Definition at line 24 of file class.ilBibTex.php.

24 : string
25 {
26 return "bib";
27 }

◆ isEntryType()

ilBibTex::isEntryType ( string  $entry_ype)

Parameters
string$identifier
Returns
bool

Implements ilBiblTypeInterface.

Definition at line 125 of file class.ilBibTex.php.

125 : bool
126 {
127 return in_array($entry_ype, self::$entry_types);
128 }

◆ isStandardField()

ilBibTex::isStandardField ( string  $field_name)

Parameters
string$identifier
Returns
bool

Implements ilBiblTypeInterface.

Definition at line 116 of file class.ilBibTex.php.

116 : bool
117 {
118 return in_array($field_name, self::$standard_fields);
119 }

Field Documentation

◆ $entry_types

ilBibTex::$entry_types
staticprotected
Initial value:
= array(
'article',
'book',
'booklet',
'conference',
'inbook',
'incollection',
'inproceedings',
'manual',
'mastersthesis',
'misc',
'phdthesis',
'proceedings',
'techreport',
'unpublished',
)

Definition at line 94 of file class.ilBibTex.php.

◆ $standard_fields

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 62 of file class.ilBibTex.php.

Referenced by getStandardFieldIdentifiers().


The documentation for this class was generated from the following file: