◆ __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.
46 if(!isset($this->result[$id]))
48 throw new OutOfBoundsException(
'mail_missing_result_fields');
51 return $this->result[$id];
◆ getIds()
ilMailSearchResult::getIds |
( |
| ) |
|
◆ $result
ilMailSearchResult::$result = array() |
|
protected |
The documentation for this class was generated from the following file: