- Author
- Nadia Ahmad
- Version
- $Id$
Definition at line 18 of file class.ilMailAddressbook.php.
◆ getAddressbookAsync()
ilMailAddressbook::getAddressbookAsync |
( |
|
$quoted_term, |
|
|
|
$term |
|
) |
| |
Definition at line 35 of file class.ilMailAddressbook.php.
36 {
39
40 $result =
new ilMailAutocompleteRecipientResult(
41 isset(
$_GET[
'fetchall']) && (
int)
$_GET[
'fetchall'] ?
42 ilMailAutocompleteRecipientResult::MODE_FETCH_ALL :
43 ilMailAutocompleteRecipientResult::MODE_STOP_ON_MAX_ENTRIES
44 );
45
47 $result_fetcher->addProvider($address_book_login);
48 $result_fetcher->addProvider($address_book_email);
49 $result_fetcher->search();
50
52 }
Class ilMailAutoCompleteAddressbookEmailProvider.
Class ilMailAutoCompleteAddressbookLoginProvider.
Class ilMailAutoCompleteSearch.
References $_GET, and $result.
◆ getEmailsAsync()
ilMailAddressbook::getEmailsAsync |
( |
|
$quoted_term, |
|
|
|
$term |
|
) |
| |
Definition at line 54 of file class.ilMailAddressbook.php.
55 {
56 $result =
new ilMailAutocompleteRecipientResult(
57 isset(
$_GET[
'fetchall']) && (
int)
$_GET[
'fetchall'] ?
58 ilMailAutocompleteRecipientResult::MODE_FETCH_ALL :
59 ilMailAutocompleteRecipientResult::MODE_STOP_ON_MAX_ENTRIES
60 );
61
64 $result_fetcher->search();
65
67 }
Class ilMailAutoCompleteSentMailsRecipientsProvider.
References $_GET, and $result.
◆ getUsersAsync()
ilMailAddressbook::getUsersAsync |
( |
|
$quoted_term, |
|
|
|
$term |
|
) |
| |
Definition at line 20 of file class.ilMailAddressbook.php.
21 {
22 $result =
new ilMailAutocompleteRecipientResult(
23 isset(
$_GET[
'fetchall']) && (
int)
$_GET[
'fetchall'] ?
24 ilMailAutocompleteRecipientResult::MODE_FETCH_ALL :
25 ilMailAutocompleteRecipientResult::MODE_STOP_ON_MAX_ENTRIES
26 );
27
30 $result_fetcher->search();
31
33 }
Class ilMailAutoCompleteUserProvider.
References $_GET, and $result.
The documentation for this class was generated from the following file: