19 declare(strict_types=1);
37 $where = $this->__createWhereCondition();
40 $query =
"SELECT page_id,parent_id,parent_type " .
42 "FROM page_object, lm_data " .
44 "AND obj_id = page_id " .
48 $res = $this->db->query($query);
50 $this->search_result->addEntry(
51 (
int) $row->parent_id,
52 (
string) $row->parent_type,
53 $this->__prepareFound($row),
77 $type .= implode(
"','", $this->
getFilter());
80 $in =
" AND parent_type IN " . $type .
' ';
setFields(array $a_fields)
ilSearchResult $search_result
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...