Class ilRis.
More...
◆ isEntryType()
static ilRis::isEntryType |
( |
|
$entry_ype | ) |
|
|
static |
- Parameters
-
- Returns
- bool
Definition at line 247 of file class.ilRis.php.
248 {
249 return in_array(strtoupper($entry_ype), self::$entry_types);
250 }
◆ isStandardField()
static ilRis::isStandardField |
( |
|
$field_name | ) |
|
|
static |
- Parameters
-
- Returns
- bool
Definition at line 236 of file class.ilRis.php.
237 {
238 return in_array(strtoupper($field_name), self::$standard_fields);
239 }
◆ parseContent()
- Returns
- array
Implements ilBibliograficFileReader.
Definition at line 15 of file class.ilRis.php.
16 {
19
20 return $ilRisWrapper->parseFile(
$DIC->filesystem()
21 ->storage()
22 ->readStream($this->path_to_file)->getMetadata('uri'));
23 }
References $DIC.
◆ $entry_types
◆ $standard_fields
The documentation for this class was generated from the following file: