33 include_once
'Services/Search/classes/class.ilAbstractSearch.php';
58 $this->active_check = $a_enabled;
70 $this->inactive_check = $a_enabled;
75 $where = $this->__createWhereCondition();
82 if($this->active_check)
84 $query .=
'AND active = 1 ';
86 elseif($this->inactive_check)
88 $query .=
'AND active = 0 ';
95 $this->search_result->addEntry(
$row->usr_id,
'usr',$this->__prepareFound(
$row));
ilUserSearch(&$query_parser)
Constructor public.
__createLocateString()
build locate string in case of AND search
enableActiveCheck($a_enabled)
search only active accounts
const DB_FETCHMODE_OBJECT
enableInactiveCheck($a_enabled)
search only inactive accounts