clearFusionCMS 3.0.0
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • clearFusionCMS
    • module
      • cloudflare
      • comments
      • content
      • forms
      • members
      • search
  • fusionLib
  • None

Classes

  • searchApiV1
  • searchEvents
  • searchInstall
  • searchSettings

Class searchSettings

searchSettings Class

Class to implement settings for clearFusionCMS full search.

searchSettings implements cfModuleSettingsInterface
Package: clearFusionCMS\module\search
Copyright: Copyright (c) 2012 - 2016 clearFusionCMS. All rights reserved.
Located at system/modules/search/searchSettings.php

Methods summary

public array
# getSettingsGroups( )

Get a list of settings groups.

Get a list of settings groups.

Returns

array
Array of setting groups, name => func name

Implementation of

cfModuleSettingsInterface::getSettingsGroups()
public boolean
# generalSetting( flForm $form, flDb $db )

Implement editing the password reset email.

Implement editing the password reset email.

Parameters

$form
The form object to use.
$db
The database object.

Returns

boolean
true if the settings were updated, false if failed to update or null if no change.
public boolean
# fieldsSetting( flForm $form, flDb $db )

Implement mapping data to search fields.

Implement mapping data to search fields.

Parameters

$form
The form object to use.
$db
The database object.

Returns

boolean
true if the settings were updated, false if failed to update or null if no change.
public boolean
# tagSetting( flForm $form, flDb $db )

Implement selection of the field to use for tagging.

Implement selection of the field to use for tagging.

Parameters

$form
The form object to use.
$db
The database object.

Returns

boolean
true if the settings were updated, false if failed to update or null if no change.
clearFusionCMS 3.0.0 API documentation generated by ApiGen