XOOPS
2.6.0
|
Public Member Functions | |
categories () | |
configs () | |
Definition at line 19 of file interface.php.
UserconfigsPluginInterface::categories | ( | ) |
Expects an array of arrays containing:
name, Name of the category description, Description for the category, use constant
The keys must be unique identifiers
Implemented in DebugbarUserconfigsPlugin, LoggerUserconfigsPlugin, MonologUserconfigsPlugin, and CommentsUserconfigsPlugin.
UserconfigsPluginInterface::configs | ( | ) |
Expects an array of arrays containing:
name, Name of the config title, Display name for the config, use constant description, Description for the config, use constant formtype, Form to use for the config default, Default value for the config options, Options available for the config category, Category for this config, use the unique identifier set on categories()
Implemented in DebugbarUserconfigsPlugin, LoggerUserconfigsPlugin, MonologUserconfigsPlugin, and CommentsUserconfigsPlugin.