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