|
ILIAS
eassessment Revision 61809
|
Collaboration diagram for ilMDSearch:Public Member Functions | |
| ilMDSearch (&$qp_obj) | |
| Constructor public. | |
| setMode ($a_mode) | |
| Define meta elements to search. | |
| getMode () | |
| & | performSearch () |
| __searchKeywordsOnly () | |
Data Fields | |
| $mode = '' | |
| $query_parser = null | |
| $db = null | |
Definition at line 36 of file class.ilMDSearch.php.
| ilMDSearch::__searchKeywordsOnly | ( | ) |
Definition at line 98 of file class.ilMDSearch.php.
References $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by performSearch().
Here is the caller graph for this function:| ilMDSearch::getMode | ( | ) |
Definition at line 73 of file class.ilMDSearch.php.
References $mode.
Referenced by performSearch().
Here is the caller graph for this function:| ilMDSearch::ilMDSearch | ( | & | $qp_obj | ) |
Constructor public.
Definition at line 51 of file class.ilMDSearch.php.
References $ilDB.
| & ilMDSearch::performSearch | ( | ) |
Definition at line 79 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 public |
Definition at line 69 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.