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