| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Inheritance diagram for ilLMContentSearch:
 Inheritance diagram for ilLMContentSearch: Collaboration diagram for ilLMContentSearch:
 Collaboration diagram for ilLMContentSearch:| Public Member Functions | |
| ilLMContentSearch (&$query_parser) | |
| Constructor  public. | |
| & | performSearch () | 
| __createInStatement () | |
| __createAndCondition () | |
|  Public Member Functions inherited from ilAbstractSearch | |
| ilAbstractSearch (&$qp_obj) | |
| Constructor  public. | |
| setFields ($a_fields) | |
| Set fields to search. | |
| getFields () | |
| Get fields to search. | |
| setFilter ($a_filter) | |
| set object type to search in | |
| setIdFilter ($a_id_filter) | |
| Set id filter Filters search by given object id. | |
| getIdFilter () | |
| Get Id filter. | |
| appendToFilter ($a_type) | |
| Append object type to filter. | |
| getFilter () | |
| get object type to search in | |
| __createLocateString () | |
| build locate string in case of AND search | |
| __prepareFound (&$row) | |
| 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.ilLMContentSearch.php.
| ilLMContentSearch::__createAndCondition | ( | ) | 
Definition at line 105 of file class.ilLMContentSearch.php.
| ilLMContentSearch::__createInStatement | ( | ) | 
Definition at line 87 of file class.ilLMContentSearch.php.
References $in, and ilAbstractSearch\getFilter().
Referenced by performSearch().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLMContentSearch::ilLMContentSearch | ( | & | $query_parser | ) | 
Constructor public.
Definition at line 44 of file class.ilLMContentSearch.php.
References ilAbstractSearch\$query_parser, and ilAbstractSearch\ilAbstractSearch().
Referenced by ilFulltextLMContentSearch\ilFulltextLMContentSearch(), and ilLikeLMContentSearch\ilLikeLMContentSearch().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| & ilLMContentSearch::performSearch | ( | ) | 
Reimplemented from ilAbstractSearch.
Definition at line 51 of file class.ilLMContentSearch.php.
References $in, $query, $res, $row, ilAbstractSearch\$search_result, __createInStatement(), ilAbstractSearch\__createLocateString(), ilGlossaryDefinition\_lookupTermId(), DB_FETCHMODE_OBJECT, and ilAbstractSearch\setFields().
 Here is the call graph for this function:
 Here is the call graph for this function: