CMS  Version 3.9
ComponentSettings Class Reference

Dummy data model to render a component's settings as a form, using the "type" field of the setting record to determine the renderer. More...

Inherits DataItem.

Public Attributes

 $fields = array()
 
 $primary_key = "settings_id"
 
 $table = "settings"
 

Detailed Description

Dummy data model to render a component's settings as a form, using the "type" field of the setting record to determine the renderer.

The fields array is built in the settings.inc script and given to AutoForm.

Definition at line 378 of file settings.inc.

Member Data Documentation

◆ $fields

ComponentSettings::$fields = array()

Definition at line 380 of file settings.inc.

◆ $primary_key

ComponentSettings::$primary_key = "settings_id"

Definition at line 382 of file settings.inc.

◆ $table

ComponentSettings::$table = "settings"

Definition at line 383 of file settings.inc.


The documentation for this class was generated from the following file: