◆ __construct()
ilMailSearchResult::__construct |
( |
| ) |
|
◆ addItem()
ilMailSearchResult::addItem |
( |
|
$id, |
|
|
array |
$fields |
|
) |
| |
◆ getFields()
ilMailSearchResult::getFields |
( |
|
$id | ) |
|
- Parameters
-
- Returns
- array
- Exceptions
-
Definition at line 44 of file class.ilMailSearchResult.php.
References $id.
46 if (!isset($this->result[
$id])) {
47 throw new OutOfBoundsException(
'mail_missing_result_fields');
50 return $this->result[
$id];
if(!array_key_exists('StateId', $_REQUEST)) $id
◆ getIds()
ilMailSearchResult::getIds |
( |
| ) |
|
◆ $result
ilMailSearchResult::$result = array() |
|
protected |
The documentation for this class was generated from the following file: