Detailed Description
- Author
- Nadia Ahmad
- Version
- $Id$
Definition at line 18 of file class.ilMailAddressbook.php.
Member Function Documentation
ilMailAddressbook::getAddressbookAsync |
( |
|
$quoted_term, |
|
|
|
$term |
|
) |
| |
Definition at line 35 of file class.ilMailAddressbook.php.
References $_GET, and $result.
{
$result =
new ilMailAutocompleteRecipientResult(
isset(
$_GET[
'fetchall']) && (
int)
$_GET[
'fetchall'] ?
ilMailAutocompleteRecipientResult::MODE_FETCH_ALL :
ilMailAutocompleteRecipientResult::MODE_STOP_ON_MAX_ENTRIES
);
$result_fetcher->addProvider($address_book_login);
$result_fetcher->addProvider($address_book_email);
$result_fetcher->search();
}
ilMailAddressbook::getEmailsAsync |
( |
|
$quoted_term, |
|
|
|
$term |
|
) |
| |
Definition at line 54 of file class.ilMailAddressbook.php.
References $_GET, and $result.
{
$result =
new ilMailAutocompleteRecipientResult(
isset(
$_GET[
'fetchall']) && (
int)
$_GET[
'fetchall'] ?
ilMailAutocompleteRecipientResult::MODE_FETCH_ALL :
ilMailAutocompleteRecipientResult::MODE_STOP_ON_MAX_ENTRIES
);
$result_fetcher->search();
}
ilMailAddressbook::getUsersAsync |
( |
|
$quoted_term, |
|
|
|
$term |
|
) |
| |
Definition at line 20 of file class.ilMailAddressbook.php.
References $_GET, and $result.
{
$result =
new ilMailAutocompleteRecipientResult(
isset(
$_GET[
'fetchall']) && (
int)
$_GET[
'fetchall'] ?
ilMailAutocompleteRecipientResult::MODE_FETCH_ALL :
ilMailAutocompleteRecipientResult::MODE_STOP_ON_MAX_ENTRIES
);
$result_fetcher->search();
}
The documentation for this class was generated from the following file: