Detailed Description
- Author
- Nadia Ahmad
- Version
- $Id$
Definition at line 16 of file class.ilMailForm.php.
Member Function Documentation
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 28 of file class.ilMailForm.php.
References $_GET, and $result.
{
if($search_recipients)
{
}
$result =
new ilMailAutocompleteRecipientResult(
isset(
$_GET[
'fetchall']) && (
int)
$_GET[
'fetchall'] ?
ilMailAutocompleteRecipientResult::MODE_FETCH_ALL :
ilMailAutocompleteRecipientResult::MODE_STOP_ON_MAX_ENTRIES
);
if($search_recipients)
{
$result_fetcher->addProvider($sent_mails_recipient_provider);
}
$result_fetcher->addProvider($address_book_login);
$result_fetcher->addProvider($address_book_email);
$result_fetcher->addProvider($user);
$result_fetcher->search();
}
The documentation for this class was generated from the following file: