|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilTestSearch:
Collaboration diagram for ilTestSearch:Public Member Functions | |
| & | __searchTestIntroduction () |
| & | __searchTestTitle () |
| & | __searchSurveyIntroduction () |
| & | __searchSurveyTitle () |
| performSearch () | |
Public Member Functions inherited from ilAbstractSearch | |
| __construct ($qp_obj) | |
| Constructor @access public. More... | |
| setFields ($a_fields) | |
| Set fields to search. More... | |
| getFields () | |
| Get fields to search. More... | |
| setFilter ($a_filter) | |
| set object type to search in More... | |
| setIdFilter ($a_id_filter) | |
| Set id filter Filters search by given object id. More... | |
| getIdFilter () | |
| Get Id filter. More... | |
| appendToFilter ($a_type) | |
| Append object type to filter. More... | |
| getFilter () | |
| get object type to search in More... | |
| __createLocateString () | |
| build locate string in case of AND search More... | |
| __prepareFound (&$row) | |
| performSearch () | |
Additional Inherited Members | |
Data Fields inherited from ilAbstractSearch | |
| $db = null | |
| $query_parser = null | |
| $search_result = null | |
| $object_types | |
Definition at line 37 of file class.ilTestSearch.php.
| & ilTestSearch::__searchSurveyIntroduction | ( | ) |
Definition at line 75 of file class.ilTestSearch.php.
References $query, $res, $row, ilAbstractSearch\$search_result, ilAbstractSearch\__createLocateString(), ilDBConstants\FETCHMODE_OBJECT, ilAbstractSearch\getFields(), and ilAbstractSearch\setFields().
Referenced by performSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| & ilTestSearch::__searchSurveyTitle | ( | ) |
Definition at line 93 of file class.ilTestSearch.php.
References $query, $res, $row, ilAbstractSearch\$search_result, ilAbstractSearch\__createLocateString(), ilDBConstants\FETCHMODE_OBJECT, ilAbstractSearch\getFields(), and ilAbstractSearch\setFields().
Referenced by performSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| & ilTestSearch::__searchTestIntroduction | ( | ) |
Definition at line 39 of file class.ilTestSearch.php.
References $query, $res, $row, ilAbstractSearch\$search_result, ilAbstractSearch\__createLocateString(), ilDBConstants\FETCHMODE_OBJECT, ilAbstractSearch\getFields(), and ilAbstractSearch\setFields().
Referenced by performSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| & ilTestSearch::__searchTestTitle | ( | ) |
Definition at line 57 of file class.ilTestSearch.php.
References $query, $res, $row, ilAbstractSearch\$search_result, ilAbstractSearch\__createLocateString(), ilDBConstants\FETCHMODE_OBJECT, ilAbstractSearch\getFields(), and ilAbstractSearch\setFields().
Referenced by performSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSearch::performSearch | ( | ) |
Reimplemented from ilAbstractSearch.
Definition at line 113 of file class.ilTestSearch.php.
References ilAbstractSearch\$search_result, __searchSurveyIntroduction(), __searchSurveyTitle(), __searchTestIntroduction(), and __searchTestTitle().
Here is the call graph for this function: