ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilRis Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilRis:
+ Collaboration diagram for ilRis:

Public Member Functions

 getId ()
 
 getStringRepresentation ()
 
 getStandardFieldIdentifiers ()
 
 isStandardField (string $field_name)
 
 isEntryType (string $entry_ype)
 

Static Protected Attributes

static array $standard_fields
 https://en.wikipedia.org/wiki/RIS_(file_format) More...
 
static array $entry_types
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilRisInterface

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

Definition at line 25 of file class.ilRis.php.

Member Function Documentation

◆ getId()

ilRis::getId ( )

◆ getStandardFieldIdentifiers()

ilRis::getStandardFieldIdentifiers ( )

Implements ilBiblTypeInterface.

Definition at line 48 of file class.ilRis.php.

References $standard_fields.

48  : array
49  {
50  return self::$standard_fields;
51  }

◆ getStringRepresentation()

ilRis::getStringRepresentation ( )

Implements ilBiblTypeInterface.

Definition at line 39 of file class.ilRis.php.

39  : string
40  {
41  return "ris";
42  }

◆ isEntryType()

ilRis::isEntryType ( string  $entry_ype)

Implements ilBiblTypeInterface.

Definition at line 262 of file class.ilRis.php.

262  : bool
263  {
264  return in_array(strtoupper($entry_ype), self::$entry_types);
265  }

◆ isStandardField()

ilRis::isStandardField ( string  $field_name)

Implements ilBiblTypeInterface.

Definition at line 256 of file class.ilRis.php.

256  : bool
257  {
258  return in_array(strtoupper($field_name), self::$standard_fields);
259  }

Field Documentation

◆ $entry_types

array ilRis::$entry_types
staticprotected

Definition at line 217 of file class.ilRis.php.

◆ $standard_fields

array ilRis::$standard_fields
staticprotected

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