XOOPS
2.6.0
|
Public Member Functions | |
categories () | |
configs () | |
Public Member Functions inherited from Xoops\Module\Plugin\PluginAbstract | |
__construct ($dirname) | |
Definition at line 19 of file userconfigs.php.
CommentsUserconfigsPlugin::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
Implements UserconfigsPluginInterface.
Definition at line 30 of file userconfigs.php.
CommentsUserconfigsPlugin::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()
Implements UserconfigsPluginInterface.
Definition at line 46 of file userconfigs.php.