1 <?php declare(strict_types=1);
34 $where = $this->__createWhereCondition();
37 $query =
"SELECT obj_fi " .
44 $this->search_result->addEntry(
47 $this->__prepareFound($row)
55 $this->
setFields(array(
'title',
'description'));
57 $where = $this->__createWhereCondition();
60 $query =
"SELECT obj_fi " .
62 "FROM qpl_questions " .
67 $this->search_result->addEntry(
70 $this->__prepareFound($row)
79 $where = $this->__createWhereCondition();
82 $query =
"SELECT obj_fi " .
89 $this->search_result->addEntry(
92 $this->__prepareFound($row)
99 $this->
setFields(array(
'title',
'description'));
101 $where = $this->__createWhereCondition();
104 $query =
"SELECT obj_fi " .
106 "FROM svy_question " .
111 $this->search_result->addEntry(
114 $this->__prepareFound($row)
__searchTestIntroduction()
__searchSurveyIntroduction()
setFields(array $a_fields)
ilSearchResult $search_result