Class CodexUserconfigsPlugin
- Xoops\Module\Plugin\PluginAbstract
- CodexUserconfigsPlugin implements UserconfigsPluginInterface
Copyright:
XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: trabis lusopoemas@gmail.com
Version: $Id$
Located at odules/codex/class/plugin/userconfigs.php
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: trabis lusopoemas@gmail.com
Version: $Id$
Located at odules/codex/class/plugin/userconfigs.php
public
|
#
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 |
public
|
#
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() |
__construct()
|