Class rex_system_setting

This class can be used to add settings to the system settings page.

Abstract
Package: redaxo\core
Author: gharlan
Located at redaxo/src/core/lib/system_setting.php

Methods summary

abstract public string
# getKey( )

Returns the setting key.

abstract public rex_form_element
# getField( )

Returns the field.

abstract public
# setValue( mixed $value )

Sets the new value.

public static
# register( rex_system_setting $setting )

Registers a setting object.

public static self[]
# getAll( )

Returns all registered setting objects.