ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct ($query_parser) | |
setDefinition (ilAdvancedMDFieldDefinition $a_def) | |
getDefinition () | |
setSearchElement (ilADTSearchBridge $a_adt) | |
getSearchElement () | |
performSearch () | |
![]() | |
__construct (ilQueryParser $qp_obj) | |
setFields (array $a_fields) | |
getFields () | |
setFilter (array $a_filter) | |
setIdFilter (array $a_id_filter) | |
getIdFilter () | |
appendToFilter (string $a_type) | |
getFilter () | |
__createLocateString () | |
__prepareFound (object $row) | |
performSearch () | |
Protected Attributes | |
ilAdvancedMDFieldDefinition | $definition = null |
ilADTSearchBridge | $adt = null |
![]() | |
ilDBInterface | $db |
ilQueryParser | $query_parser |
ilSearchResult | $search_result |
array | $object_types |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 25 of file class.ilAdvancedMDSearch.php.
ilAdvancedMDSearch::__construct | ( | $query_parser | ) |
Definition at line 30 of file class.ilAdvancedMDSearch.php.
References ilAbstractSearch\$query_parser, and ILIAS\GlobalScreen\Provider\__construct().
ilAdvancedMDSearch::getDefinition | ( | ) |
Definition at line 40 of file class.ilAdvancedMDSearch.php.
References $definition.
Referenced by performSearch().
ilAdvancedMDSearch::getSearchElement | ( | ) |
Definition at line 50 of file class.ilAdvancedMDSearch.php.
References $adt.
Referenced by performSearch().
ilAdvancedMDSearch::performSearch | ( | ) |
Definition at line 55 of file class.ilAdvancedMDSearch.php.
References ilAbstractSearch\$search_result, ilAbstractSearch\__createLocateString(), getDefinition(), ilAbstractSearch\getFilter(), getSearchElement(), and ilAbstractSearch\setFields().
ilAdvancedMDSearch::setDefinition | ( | ilAdvancedMDFieldDefinition | $a_def | ) |
Definition at line 35 of file class.ilAdvancedMDSearch.php.
ilAdvancedMDSearch::setSearchElement | ( | ilADTSearchBridge | $a_adt | ) |
Definition at line 45 of file class.ilAdvancedMDSearch.php.
|
protected |
Definition at line 28 of file class.ilAdvancedMDSearch.php.
Referenced by getSearchElement().
|
protected |
Definition at line 27 of file class.ilAdvancedMDSearch.php.
Referenced by getDefinition().