ConfigData
This interface represents configuration data which are stored automatically by the config manager. The storage mode is very powerful, it uses a two-level cache and the database.
They are stored in a map associating a value to a property
- ConfigData implements CacheData
Direct known implementers
AbstractConfigDataIndirect known implementers
CommentsConfig, ContentFormattingConfig, LastUseDateConfig, MailServiceConfig, MaintenanceConfig, ModulesConfig, SecurityConfig, ServerEnvironmentConfig, SessionsConfig, ThemesConfig, UserAccountsConfig, WritingPadConfig, ContentManagementConfig, CookieBarConfig, CSSCacheConfig, CustomizationConfig, FileUploadConfig, GeneralConfig, GraphicalEnvironmentConfig, LangsConfig
public
string
|
|
public
|
#
set_property( string $name, string $value )
Sets a property value. If the property exists, it overrides its value, otherwise, it creates an entry for this property. |
public
|
#
set_default_values( )
Sets the default value to avoid having unexisting values when we use it. If some entries doesn't exist, they can be created here. |
synchronize()
|