@phpstan-type AutoCompleteUserRecord array{login?: string, firstname?: string, lastname?: string} @template-implements \Iterator<AutoCompleteUserRecord>
More...
@phpstan-type AutoCompleteUserRecord array{login?: string, firstname?: string, lastname?: string} @template-implements \Iterator<AutoCompleteUserRecord>
Definition at line 27 of file RecipientSearchProvider.php.
◆ __construct()
| ILIAS\Mail\RecipientSearch\RecipientSearchProvider::__construct |
( |
protected string |
$quoted_term, |
|
|
protected string |
$term |
|
) |
| |
◆ __destruct()
| ILIAS\Mail\RecipientSearch\RecipientSearchProvider::__destruct |
( |
| ) |
|
Definition at line 54 of file RecipientSearchProvider.php.
55 {
56 if ($this->res !== null) {
57 $this->db->free($this->res);
58 $this->res = null;
59 }
60 }
◆ next()
| ILIAS\Mail\RecipientSearch\RecipientSearchProvider::next |
( |
| ) |
|
◆ valid()
| ILIAS\Mail\RecipientSearch\RecipientSearchProvider::valid |
( |
| ) |
|
◆ $data
| array ILIAS\Mail\RecipientSearch\RecipientSearchProvider::$data = null |
|
protected |
◆ $db
| ilDBInterface ILIAS\Mail\RecipientSearch\RecipientSearchProvider::$db |
|
protected |
◆ $res
| ilDBStatement ILIAS\Mail\RecipientSearch\RecipientSearchProvider::$res = null |
|
protected |
◆ $user_id
| int ILIAS\Mail\RecipientSearch\RecipientSearchProvider::$user_id = 0 |
|
protected |
The documentation for this class was generated from the following file: