19declare(strict_types=1);
40 $this->org_tree->buildTempTableWithUsrAssignements(self::ORG_ASSIGNMENTS_TABLE);
49 $query =
'SELECT user_id ' .
50 'FROM ' . self::ORG_ASSIGNMENTS_TABLE .
' ' .
53 $res = $this->db->query($query);
55 $this->search_result->addEntry($row->user_id,
'user', $this->__prepareFound($row));
66 foreach ($this->query_parser->getQuotedWords() as $word) {
70 $where .= (
'ref_id = ' . $this->db->quote($word,
'integer'));
ilSearchResult $search_result
Description of class class.
const ORG_ASSIGNMENTS_TABLE
ilObjOrgUnitTree $org_tree
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc