3 declare(strict_types=1);
    36         $where = $this->__createWhereCondition();
    39         $query = 
"SELECT obj_fi  " .
    44         $res = $this->db->query($query);
    46             $this->search_result->addEntry(
    49                 $this->__prepareFound($row)
    57         $this->
setFields(array(
'title',
'description'));
    59         $where = $this->__createWhereCondition();
    62         $query = 
"SELECT obj_fi  " .
    64             "FROM qpl_questions " .
    67         $res = $this->db->query($query);
    69             $this->search_result->addEntry(
    72                 $this->__prepareFound($row)
    81         $where = $this->__createWhereCondition();
    84         $query = 
"SELECT obj_fi  " .
    89         $res = $this->db->query($query);
    91             $this->search_result->addEntry(
    94                 $this->__prepareFound($row)
   101         $this->
setFields(array(
'title',
'description'));
   103         $where = $this->__createWhereCondition();
   106         $query = 
"SELECT obj_fi  " .
   108             "FROM svy_question " .
   111         $res = $this->db->query($query);
   113             $this->search_result->addEntry(
   116                 $this->__prepareFound($row)
 
__searchTestIntroduction()
 
__searchSurveyIntroduction()
 
setFields(array $a_fields)
 
ilSearchResult $search_result