XOOPS  2.6.0
UserconfigsPluginInterface Interface Reference
Inheritance diagram for UserconfigsPluginInterface:
Inheritance graph

Public Member Functions

 categories ()
 
 configs ()
 

Detailed Description

Author
trabis lusop.nosp@m.oema.nosp@m.s@gma.nosp@m.il.c.nosp@m.om
Version
$Id$

Definition at line 19 of file interface.php.

Member Function Documentation

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.


The documentation for this interface was generated from the following file: