◆ __construct()
ilLikeAdvancedSearch::__construct |
( |
|
$qp | ) |
|
◆ __createCoverageAndCondition()
ilLikeAdvancedSearch::__createCoverageAndCondition |
( |
| ) |
|
Definition at line 140 of file class.ilLikeAdvancedSearch.php.
References $counter, and $ilDB.
144 if($this->options[
'lom_coverage'])
149 foreach($this->query_parser->getQuotedWords() as $word)
156 $where .= $ilDB->like(
'coverage',
'text',
'%'.$word.
'%');
◆ __createEntityWhereCondition()
ilLikeAdvancedSearch::__createEntityWhereCondition |
( |
| ) |
|
Definition at line 116 of file class.ilLikeAdvancedSearch.php.
References $counter, and $ilDB.
120 if($this->options[
'lom_role_entry'])
125 foreach($this->query_parser->getQuotedWords() as $word)
132 $where .= $ilDB->like(
'entity',
'text',
'%'.$word.
'%');
◆ __createKeywordWhereCondition()
ilLikeAdvancedSearch::__createKeywordWhereCondition |
( |
| ) |
|
◆ __createLifecycleWhereCondition()
ilLikeAdvancedSearch::__createLifecycleWhereCondition |
( |
| ) |
|
Definition at line 92 of file class.ilLikeAdvancedSearch.php.
References $counter, and $ilDB.
96 if($this->options[
'lom_version'])
101 foreach($this->query_parser->getQuotedWords() as $word)
108 $where .= $ilDB->like(
'meta_version',
'text',
'%'.$word.
'%');
◆ __createTaxonWhereCondition()
ilLikeAdvancedSearch::__createTaxonWhereCondition |
( |
| ) |
|
Definition at line 48 of file class.ilLikeAdvancedSearch.php.
References $counter, and $ilDB.
52 if($this->options[
'lom_taxon'])
57 foreach($this->query_parser->getQuotedWords() as $word)
64 $where .= $ilDB->like(
'taxon',
'text',
'%'.$word.
'%');
◆ __createTitleDescriptionWhereCondition()
ilLikeAdvancedSearch::__createTitleDescriptionWhereCondition |
( |
| ) |
|
Definition at line 164 of file class.ilLikeAdvancedSearch.php.
References $counter, $ilDB, and array.
168 $concat = $ilDB->concat(
170 array(
'title',
'text'),
171 array(
'description',
'text')));
176 foreach($this->query_parser->getQuotedWords() as $word)
183 $where .= $ilDB->like($concat,
'text',
'%'.$word.
'%');
Create styles array
The data for the language used.
The documentation for this class was generated from the following file: