3 require_once
'Services/Mail/classes/class.ilMailAutoCompleteRecipientProvider.php';
18 'login' => $this->data[
'login'],
19 'firstname' => $this->data[
'firstname'],
20 'lastname' => $this->data[
'lastname']
30 return $this->data[
'login'];
41 $this->db->free($this->res);
48 abook.firstname firstname, 49 abook.lastname lastname 50 FROM addressbook abook 51 WHERE abook.user_id = " . $this->db->quote($this->user_id,
'integer') .
" 52 AND abook.login IS NOT NULL 54 $this->db->like(
'abook.login',
'text', $this->quoted_term) .
" OR " .
55 $this->db->like(
'abook.firstname',
'text', $this->quoted_term) .
" OR " .
56 $this->db->like(
'abook.lastname',
'text', $this->quoted_term) .
" 59 $this->res = $this->db->query(
$query);
Class ilMailAutoCompleteRecipientProvider.
Class ilMailAutoCompleteAddressbookLoginProvider.
key()
"Key" implementation of iterator interface
current()
"Current" implementation of iterator interface
rewind()
"Rewind "implementation of iterator interface