19 declare(strict_types=1);
32 public function __construct(
protected string $quoted_term,
protected string $term)
36 $this->db = $DIC->database();
37 $this->user_id = $DIC->user()->getId();
42 $this->data = $this->db->fetchAssoc($this->res);
44 return is_array($this->data) && !empty($this->data);
47 public function next(): void
53 if ($this->res !==
null) {
54 $this->db->free($this->res);
Class ilMailAutoCompleteRecipientProvider.
__construct(protected string $quoted_term, protected string $term)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null