ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 ()
 @inheritDoc More...
 
 getStringRepresentation ()
 @inheritDoc More...
 
 getStandardFieldIdentifiers ()
 @inheritDoc More...
 
 isStandardField (string $field_name)
 
 isEntryType (string $entry_ype)
 
 isStandardField (string $identifier)
 
 isEntryType (string $identifier)
 
 getStringRepresentation ()
 
 getId ()
 
 getStandardFieldIdentifiers ()
 

Static Protected Attributes

static array $standard_fields
 @source 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 ( )

@inheritDoc

Implements ilBiblTypeInterface.

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

48 : array
49 {
51 }
static array $standard_fields
@source https://en.wikipedia.org/wiki/RIS_(file_format)
Definition: class.ilRis.php:58

References $standard_fields.

◆ getStringRepresentation()

ilRis::getStringRepresentation ( )

@inheritDoc

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 216 of file class.ilRis.php.

◆ $standard_fields

array ilRis::$standard_fields
staticprotected

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