◆ __construct()
| ilMailSearchResult::__construct |
( |
| ) |
|
◆ addItem()
| ilMailSearchResult::addItem |
( |
int |
$id, |
|
|
array |
$fields |
|
) |
| |
Definition at line 34 of file class.ilMailSearchResult.php.
34 : void
35 {
36 $this->result[
$id] = $fields;
37 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
References $id.
◆ getFields()
| ilMailSearchResult::getFields |
( |
int |
$id | ) |
|
- Parameters
-
- Returns
- array
Definition at line 51 of file class.ilMailSearchResult.php.
51 : array
52 {
53 if (!isset($this->result[
$id])) {
54 throw new OutOfBoundsException('mail_missing_result_fields');
55 }
56
57 return $this->result[
$id];
58 }
References $id.
◆ getIds()
| ilMailSearchResult::getIds |
( |
| ) |
|
◆ $result
| array ilMailSearchResult::$result = [] |
|
protected |
The documentation for this class was generated from the following file: