Class ilMailAutoCompleteSearch.
More...
◆ __construct()
◆ addProvider()
ilMailAutoCompleteSearch::addProvider |
( |
Iterator |
$provider | ) |
|
◆ search()
ilMailAutoCompleteSearch::search |
( |
| ) |
|
Definition at line 38 of file class.ilMailAutoCompleteSearch.php.
40 foreach ($this->providers as $provider) {
41 foreach ($provider as $row) {
42 if (!$this->result->isResultAddable()) {
43 $this->result->result[
'hasMoreResults'] =
true;
46 $this->result->addResult($row[
'login'], $row[
'firstname'], $row[
'lastname']);
◆ $providers
ilMailAutoCompleteSearch::$providers = array() |
|
protected |
◆ $result
ilMailAutoCompleteSearch::$result |
|
protected |
The documentation for this class was generated from the following file: