This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
More...
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 This class has been adapted from the original RISReader class in the abandoned technosophos/LibRIS library. Many thanks to technosophos for the original work!
- See also
- https://github.com/technosophos/LibRIS/blob/master/src/LibRIS/RISTags.php
Definition at line 24 of file class.ilRisTags.php.
◆ describeTag()
static ilRisTags::describeTag |
( |
string |
$tag | ) |
|
|
static |
Definition at line 36 of file class.ilRisTags.php.
References null.
38 return self::$tagMap[$tag] ??
null;
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
◆ describeType()
static ilRisTags::describeType |
( |
string |
$type | ) |
|
|
static |
Definition at line 41 of file class.ilRisTags.php.
References null.
43 return self::$typeMap[$type] ??
null;
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
◆ getTags()
static ilRisTags::getTags |
( |
| ) |
|
|
static |
◆ getTypes()
static ilRisTags::getTypes |
( |
| ) |
|
|
static |
◆ $tagDescriptions
array static array ilRisTags::$tagDescriptions |
|
static |
Initial value:= [
'TY' => 'Type of reference (must be the first tag)'
Definition at line 102 of file class.ilRisTags.php.
◆ $tagMap
◆ $typeMap
array ilRisTags::$typeMap |
|
static |
The documentation for this class was generated from the following file: