Class ilRis.
More...
◆ isEntryType()
static ilRis::isEntryType |
( |
|
$entry_ype | ) |
|
|
static |
- Parameters
-
- Returns
- bool
Definition at line 185 of file class.ilRis.php.
185 {
186 return in_array(strtoupper($entry_ype), self::$entry_types);
187 }
◆ isStandardField()
static ilRis::isStandardField |
( |
|
$field_name | ) |
|
|
static |
- Parameters
-
- Returns
- bool
Definition at line 175 of file class.ilRis.php.
175 {
176 return in_array(strtoupper($field_name), self::$standard_fields);
177 }
◆ $entry_types
◆ $standard_fields
The documentation for this class was generated from the following file: