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