clearFusionCMS 3.0.0
  • Package
  • Class
  • Tree
  • Deprecated

Packages

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

Classes

  • contentInstall
  • contentSearchHelper
  • contentSettings

Class contentSettings

contentSettings Class

Class to implement settings for clearFusionCMS.

contentSettings implements cfModuleSettingsInterface
Package: clearFusionCMS\module\content
Copyright: Copyright (c) 2012 - 2016 clearFusionCMS. All rights reserved.
Located at system/modules/content/contentSettings.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
# emailSetting( flForm $form, flDb $db )

Implement editing of email settings.

Implement editing of email settings.

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
# securitySetting( flForm $form, flDb $db )

Implement security settings.

Implement security settings.

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
# timezoneSetting( flForm $form, flDb $db )

Implement editing of timezone settings.

Implement editing of timezone settings.

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
# templateSetting( flForm $form, flDb $db )

Implement editing of admin template.

Implement editing of admin template.

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
# localeSetting( flForm $form, flDb $db )

Implement setting of the manager locale.

Implement setting of the manager locale.

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
# ctnteditingSetting( flForm $form, flDb $db )

Implement content editing settings.

Implement content editing settings.

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
# filestoreSetting( flForm $form, flDb $db )

Implement editing file storage locations for content.

Implement editing file storage locations for content.

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
# dashboardSetting( flForm $form, flDb $db )

Implement editing of dashboard groups.

Implement editing of dashboard groups.

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
# sysinfoSetting( flForm $form, flDb $db )

Implement system information.

Implement system information.

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
# pwdemailSetting( 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
# rebuildsearchSetting( flForm $form, flDb $db )

Implement search reindexing.

Implement search reindexing.

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
# cronSetting( flForm $form, flDb $db )

Implement settings for cron.

Implement settings for cron.

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