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