| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
En/disable single lom/advanced meta data fields. More...
 Collaboration diagram for ilLuceneAdvancedSearchSettings:
 Collaboration diagram for ilLuceneAdvancedSearchSettings:| Public Member Functions | |
| isActive ($a_field) | |
| check if field is active | |
| setActive ($a_field, $a_status) | |
| set field active status | |
| save () | |
| Static Public Member Functions | |
| static | getInstance () | 
| Protected Attributes | |
| $storage = null | |
| Private Member Functions | |
| __construct () | |
| Constructor. | |
| 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:
 Here is the call graph for this function:| 
 | static | 
Definition at line 54 of file class.ilLuceneAdvancedSearchSettings.php.
References $instance.
Referenced by ilObjSearchSettingsGUI\advancedLuceneSettingsObject(), and ilObjSearchSettingsGUI\saveAdvancedLuceneSettingsObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLuceneAdvancedSearchSettings::isActive | ( | $a_field | ) | 
check if field is active
Definition at line 66 of file class.ilLuceneAdvancedSearchSettings.php.
References fields.
Referenced by ilLuceneAdvancedSearchActivationTableGUI\parse().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 89 of file class.ilLuceneAdvancedSearchSettings.php.
References fields, and ilLuceneAdvancedSearchFields\getFields().
Referenced by __construct().
 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:| ilLuceneAdvancedSearchSettings::save | ( | ) | 
Definition at line 80 of file class.ilLuceneAdvancedSearchSettings.php.
References fields.
| ilLuceneAdvancedSearchSettings::setActive | ( | $a_field, | |
| $a_status | |||
| ) | 
set field active status
| bool | active | 
Definition at line 75 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.