|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilAdvancedMDSearch:
Collaboration diagram for ilAdvancedMDSearch:Public Member Functions | |
| __construct ($query_parser) | |
| setDefinition (ilAdvancedMDFieldDefinition $a_def) | |
| getDefinition () | |
| setSearchElement (ilADTSearchBridge $a_adt) | |
| getSearchElement () | |
| performSearch () | |
Public Member Functions inherited from ilAbstractSearch | |
| __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 |
Protected Attributes inherited from ilAbstractSearch | |
| 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().
Here is the call graph for this function:| ilAdvancedMDSearch::getDefinition | ( | ) |
Definition at line 40 of file class.ilAdvancedMDSearch.php.
References $definition.
Referenced by performSearch().
Here is the caller graph for this function:| ilAdvancedMDSearch::getSearchElement | ( | ) |
Definition at line 50 of file class.ilAdvancedMDSearch.php.
References $adt.
Referenced by performSearch().
Here is the caller graph for this function:| ilAdvancedMDSearch::performSearch | ( | ) |
Reimplemented from ilAbstractSearch.
Definition at line 55 of file class.ilAdvancedMDSearch.php.
References ilAbstractSearch\$search_result, ilAbstractSearch\__createLocateString(), getDefinition(), ilAbstractSearch\getFilter(), getSearchElement(), and ilAbstractSearch\setFields().
Here is the call graph for this function:| 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().