|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilMDSearch:Public Member Functions | |
| __construct (ilQueryParser $qp_obj) | |
| setMode (string $a_mode) | |
| getMode () | |
| performSearch () | |
| __searchKeywordsOnly () | |
Private Attributes | |
| string | $mode = '' |
| ilQueryParser | $query_parser |
| ilDBInterface | $db |
| ilSearchResult | $search_result |
Definition at line 33 of file class.ilMDSearch.php.
| ilMDSearch::__construct | ( | ilQueryParser | $qp_obj | ) |
Definition at line 41 of file class.ilMDSearch.php.
References $DIC.
| ilMDSearch::__searchKeywordsOnly | ( | ) |
Definition at line 76 of file class.ilMDSearch.php.
References $query, $res, $search_result, ilDBConstants\FETCHMODE_OBJECT, and ilDBConstants\T_TEXT.
Referenced by performSearch().
Here is the caller graph for this function:| ilMDSearch::getMode | ( | ) |
Definition at line 55 of file class.ilMDSearch.php.
References $mode.
Referenced by performSearch().
Here is the caller graph for this function:| ilMDSearch::performSearch | ( | ) |
Definition at line 60 of file class.ilMDSearch.php.
References __searchKeywordsOnly(), and getMode().
Here is the call graph for this function:| ilMDSearch::setMode | ( | string | $a_mode | ) |
Definition at line 50 of file class.ilMDSearch.php.
|
private |
Definition at line 38 of file class.ilMDSearch.php.
|
private |
Definition at line 35 of file class.ilMDSearch.php.
Referenced by getMode().
|
private |
Definition at line 37 of file class.ilMDSearch.php.
|
private |
Definition at line 39 of file class.ilMDSearch.php.
Referenced by __searchKeywordsOnly().