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