|
ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilMailAutoCompleteUserProvider. More...
Inheritance diagram for ilMailAutoCompleteUserProvider:
Collaboration diagram for ilMailAutoCompleteUserProvider:Public Member Functions | |
| __construct ($quoted_term, $term) | |
| valid () | |
| "Valid" implementation of iterator interface | |
| current () | |
| "Current" implementation of iterator interface | |
| key () | |
| "Key" implementation of iterator interface | |
| rewind () | |
| "Rewind "implementation of iterator interface | |
Public Member Functions inherited from ilMailAutoCompleteRecipientProvider | |
| next () | |
| "Next" implementation of iterator interface | |
| __destruct () | |
| Destructor Free the result. | |
Protected Member Functions | |
| getSelectPart () | |
| getOrderByPart () | |
| getFields () | |
| Get searchable fields. | |
Additional Inherited Members | |
Protected Attributes inherited from ilMailAutoCompleteRecipientProvider | |
| $db | |
| $res | |
| $data = array() | |
| $quoted_term = '' | |
| $term = '' | |
| $user_id = 0 | |
Class ilMailAutoCompleteUserProvider.
Definition at line 10 of file class.ilMailAutoCompleteUserProvider.php.
| ilMailAutoCompleteUserProvider::__construct | ( | $quoted_term, | |
| $term | |||
| ) |
| string | $quoted_term | |
| string | $term |
Definition at line 16 of file class.ilMailAutoCompleteUserProvider.php.
References ilMailAutoCompleteRecipientProvider\$quoted_term, and ilMailAutoCompleteRecipientProvider\$term.
| ilMailAutoCompleteUserProvider::current | ( | ) |
"Current" implementation of iterator interface
Definition at line 36 of file class.ilMailAutoCompleteUserProvider.php.
|
protected |
Get searchable fields.
Definition at line 221 of file class.ilMailAutoCompleteUserProvider.php.
References ilUserSearchOptions\_isEnabled().
Here is the call graph for this function:
|
protected |
Definition at line 197 of file class.ilMailAutoCompleteUserProvider.php.
Referenced by rewind().
Here is the caller graph for this function:
|
protected |
Definition at line 80 of file class.ilMailAutoCompleteUserProvider.php.
Referenced by rewind().
Here is the caller graph for this function:| ilMailAutoCompleteUserProvider::key | ( | ) |
"Key" implementation of iterator interface
Definition at line 49 of file class.ilMailAutoCompleteUserProvider.php.
| ilMailAutoCompleteUserProvider::rewind | ( | ) |
"Rewind "implementation of iterator interface
Definition at line 57 of file class.ilMailAutoCompleteUserProvider.php.
References $query, getOrderByPart(), and getSelectPart().
Here is the call graph for this function:| ilMailAutoCompleteUserProvider::valid | ( | ) |
"Valid" implementation of iterator interface
Reimplemented from ilMailAutoCompleteRecipientProvider.
Definition at line 25 of file class.ilMailAutoCompleteUserProvider.php.