Class commentsSettings
commentsSettings Class
Class to implement settings for the comments system.
-
commentsSettings
implements
cfModuleSettingsInterface
Package: clearFusionCMS\
module\
comments
Copyright:
Copyright (c) 2013 - 2015 clearFusionCMS. All rights reserved.
Located at system/modules/comments/commentsSettings.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
|
public
boolean
|
#
notifySetting( flForm $form, flDb $db )
Implement notification email settings.
Implement notification 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
|
#
notificationsSetting( flForm $form, flDb $db )
Implement editing of notification levels.
Implement editing of notification levels.
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.
|