|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilMDSearch:Public Member Functions | |
| __construct ($qp_obj) | |
| Constructor @access public. More... | |
| setMode ($a_mode) | |
| Define meta elements to search. More... | |
| getMode () | |
| & | performSearch () |
| __searchKeywordsOnly () | |
Data Fields | |
| $mode = '' | |
| $query_parser = null | |
| $db = null | |
Definition at line 36 of file class.ilMDSearch.php.
| ilMDSearch::__construct | ( | $qp_obj | ) |
Constructor @access public.
Definition at line 51 of file class.ilMDSearch.php.
| ilMDSearch::__searchKeywordsOnly | ( | ) |
Definition at line 99 of file class.ilMDSearch.php.
References $ilDB, $query, $res, $row, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by performSearch().
Here is the caller graph for this function:| ilMDSearch::getMode | ( | ) |
Definition at line 75 of file class.ilMDSearch.php.
References $mode.
Referenced by performSearch().
Here is the caller graph for this function:| & ilMDSearch::performSearch | ( | ) |
Definition at line 81 of file class.ilMDSearch.php.
References __searchKeywordsOnly(), and getMode().
Here is the call graph for this function:| ilMDSearch::setMode | ( | $a_mode | ) |
Define meta elements to search.
| string | mode keyword or all @access public |
Definition at line 71 of file class.ilMDSearch.php.
| ilMDSearch::$db = null |
Definition at line 45 of file class.ilMDSearch.php.
| ilMDSearch::$mode = '' |
Definition at line 38 of file class.ilMDSearch.php.
Referenced by getMode().
| ilMDSearch::$query_parser = null |
Definition at line 43 of file class.ilMDSearch.php.