4 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'];
40 $this->db->free($this->res);
47 abook.firstname firstname, 48 abook.lastname lastname 49 FROM addressbook abook 50 WHERE abook.user_id = " . $this->db->quote($this->user_id,
'integer') .
" 51 AND abook.login IS NULL 53 $this->db->like(
'abook.email',
'text', $this->quoted_term) .
" OR " .
54 $this->db->like(
'abook.firstname',
'text', $this->quoted_term) .
" OR " .
55 $this->db->like(
'abook.lastname',
'text', $this->quoted_term) .
" )";
56 $this->res = $this->db->query(
$query);
key()
"Key" implementation of iterator interface
Class ilMailAutoCompleteRecipientProvider.
rewind()
"Rewind "implementation of iterator interface
current()
"Current" implementation of iterator interface
Class ilMailAutoCompleteAddressbookEmailProvider.