|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
En/disable single lom/advanced meta data fields. More...
Collaboration diagram for ilLuceneAdvancedSearchSettings:Public Member Functions | |
| isActive ($a_field) | |
| check if field is active More... | |
| setActive ($a_field, $a_status) | |
| set field active status More... | |
| save () | |
Static Public Member Functions | |
| static | getInstance () |
Protected Attributes | |
| $storage = null | |
Private Member Functions | |
| __construct () | |
| Constructor. More... | |
| read () | |
Private Attributes | |
| $fields = array() | |
Static Private Attributes | |
| static | $instance = null |
En/disable single lom/advanced meta data fields.
Definition at line 36 of file class.ilLuceneAdvancedSearchSettings.php.
|
private |
Constructor.
Definition at line 46 of file class.ilLuceneAdvancedSearchSettings.php.
References $ilSetting, and read().
Here is the call graph for this function:
|
static |
Definition at line 54 of file class.ilLuceneAdvancedSearchSettings.php.
References $instance.
Referenced by ilLuceneAdvancedSearchFields\__construct(), ilObjSearchSettingsGUI\advancedLuceneSettingsObject(), and ilObjSearchSettingsGUI\saveAdvancedLuceneSettingsObject().
Here is the caller graph for this function:| ilLuceneAdvancedSearchSettings::isActive | ( | $a_field | ) |
check if field is active
Definition at line 65 of file class.ilLuceneAdvancedSearchSettings.php.
References fields.
Referenced by ilLuceneAdvancedSearchActivationTableGUI\parse().
Here is the caller graph for this function:
|
private |
Definition at line 87 of file class.ilLuceneAdvancedSearchSettings.php.
References $name, fields, and ilLuceneAdvancedSearchFields\getFields().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLuceneAdvancedSearchSettings::save | ( | ) |
| ilLuceneAdvancedSearchSettings::setActive | ( | $a_field, | |
| $a_status | |||
| ) |
set field active status
| bool | active |
Definition at line 74 of file class.ilLuceneAdvancedSearchSettings.php.
References fields.
|
private |
Definition at line 39 of file class.ilLuceneAdvancedSearchSettings.php.
|
staticprivate |
Definition at line 38 of file class.ilLuceneAdvancedSearchSettings.php.
Referenced by getInstance().
|
protected |
Definition at line 41 of file class.ilLuceneAdvancedSearchSettings.php.