Class ilRis.
More...
◆ isEntryType()
static ilRis::isEntryType |
( |
|
$entry_ype | ) |
|
|
static |
- Parameters
-
- Returns
- bool
Definition at line 113 of file class.ilRis.php.
113 {
114 return in_array(strtoupper($entry_ype), self::$entry_types);
115 }
◆ isStandardField()
static ilRis::isStandardField |
( |
|
$field_name | ) |
|
|
static |
- Parameters
-
- Returns
- bool
Definition at line 103 of file class.ilRis.php.
103 {
104 return in_array(strtoupper($field_name), self::$standard_fields);
105 }
◆ $entry_types
◆ $standard_fields
The documentation for this class was generated from the following file: