- Author
- Nadia Ahmad
- Version
- $Id$
Definition at line 14 of file class.ilMailForm.php.
◆ getRecipientAsync()
ilMailForm::getRecipientAsync |
( |
|
$quoted_term, |
|
|
|
$term, |
|
|
|
$search_recipients = true |
|
) |
| |
Called by class ilMailFormGUI.
- Parameters
-
string | search string surrounded with wildcards |
string | search string |
- Returns
- array search result as an object of type stdClass public
Definition at line 26 of file class.ilMailForm.php.
References $_GET, and $result.
28 require_once
'Services/Contact/BuddySystem/classes/class.ilMailAutoCompleteBuddyRecipientsProvider.php';
29 if($search_recipients)
36 $result =
new ilMailAutocompleteRecipientResult(
37 isset(
$_GET[
'fetchall']) && (
int)
$_GET[
'fetchall'] ?
38 ilMailAutocompleteRecipientResult::MODE_FETCH_ALL :
39 ilMailAutocompleteRecipientResult::MODE_STOP_ON_MAX_ENTRIES
43 if($search_recipients)
45 $result_fetcher->addProvider($sent_mails_recipient_provider);
47 $result_fetcher->addProvider($approved_contacts);
48 $result_fetcher->addProvider($user);
49 $result_fetcher->search();
Class ilMailAutoCompleteBuddyRecipientsProvider.
Class ilMailAutoCompleteSentMailsRecipientsProvider.
Class ilMailAutoCompleteSearch.
Class ilMailAutoCompleteUserProvider.
The documentation for this class was generated from the following file: