Protected Attributes |
| $result = array() |
Detailed Description
Constructor & Destructor Documentation
ilMailSearchResult::__construct |
( |
| ) |
|
Member Function Documentation
ilMailSearchResult::addItem |
( |
|
$id, |
|
|
array |
$fields |
|
) |
| |
ilMailSearchResult::getFields |
( |
|
$id | ) |
|
- Parameters
-
- Returns
- array
- Exceptions
-
Definition at line 44 of file class.ilMailSearchResult.php.
{
if(!isset($this->result[$id]))
{
throw new OutOfBoundsException('mail_missing_result_fields');
}
return $this->result[$id];
}
ilMailSearchResult::getIds |
( |
| ) |
|
Field Documentation
ilMailSearchResult::$result = array() |
|
protected |
The documentation for this class was generated from the following file: