Class ilRis.
More...
◆ isEntryType()
static ilRis::isEntryType |
( |
|
$entry_ype | ) |
|
|
static |
- Parameters
-
- Returns
- bool
Definition at line 243 of file class.ilRis.php.
243 {
244 return in_array(strtoupper($entry_ype), self::$entry_types);
245 }
◆ isStandardField()
static ilRis::isStandardField |
( |
|
$field_name | ) |
|
|
static |
- Parameters
-
- Returns
- bool
Definition at line 233 of file class.ilRis.php.
233 {
234 return in_array(strtoupper($field_name), self::$standard_fields);
235 }
◆ parseContent()
◆ $entry_types
◆ $standard_fields
The documentation for this class was generated from the following file: