Class: CollectionSettings
Source Location: /blogs/inc/MODEL/collections/_collsettings.class.php
Class CollectionSettings
Class Overview
|
Class to handle the settings for collections Located in /blogs/inc/MODEL/collections/_collsettings.class.php [line 42] AbstractSettings | --CollectionSettings |
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From AbstractSettings |
Inherited From AbstractSettings
|
[ Top ]
Property Summary
| mixed | $_defaults | The default settings to use, when a setting is not defined in the database. |
[ Top ]
Method Summary
Properties
mixed
$_defaults
= array(
'new_feedback_status' => 'draft', // 'draft', 'published' or 'deprecated'
) [line 49]
'new_feedback_status' => 'draft', // 'draft', 'published' or 'deprecated'
) [line 49]
The default settings to use, when a setting is not defined in the database.
API Tags:| Access: | protected |
Redefinition of:
- AbstractSettings::$_defaults
- Default settings.
[ Top ]
