5include_once
'./Services/Search/classes/class.ilAbstractSearch.php';
6include_once
'./Modules/OrgUnit/classes/class.ilObjOrgUnitTree.php';
26 parent::__construct($qp_obj);
29 $this->org_tree->buildTempTableWithUsrAssignements(self::ORG_ASSIGNMENTS_TABLE);
38 $query =
'SELECT user_id '.
39 'FROM '.self::ORG_ASSIGNMENTS_TABLE.
' '.
47 $this->search_result->addEntry(
$row->user_id,
'user',$this->__prepareFound(
$row));
65 foreach($this->query_parser->getQuotedWords() as $word)
71 $where .= (
'ref_id = '.$ilDB->quote($word,
'integer'));
An exception for terminatinating execution or to throw for unit testing.
__createLocateString()
build locate string in case of AND search
Description of class class.
__createWhereCondition()
Create where condition @global type $ilDB.
const ORG_ASSIGNMENTS_TABLE
__construct($qp_obj)
Constructor @access public.
$GLOBALS['loaded']
Global hash that tracks already loaded includes.