YANA 4 PHP Framework
Docs For Class plugin_config
Configration menu
This plugin provides the basic administration menu and interfaces to create custom profile settings.
Located in /plugins/config/plugin_config.php
Plugin | --plugin_config
Name | Type | Description |
---|---|---|
$ARGS | array | array of params passed to the function |
parameters taken:
Name | Type | Description |
---|---|---|
$ARGS | array | array of params passed to the function |
Name | Type | Description |
---|---|---|
$ARGS | array | array of params passed to the function |
this function does not expect any arguments
Name | Type | Description |
---|---|---|
$ARGS | array | ignored |
this function does not expect any arguments
Name | Type | Description |
---|---|---|
$ARGS | array | ignored |
this function does not expect any arguments
Note: if no profile specific settings are available, the framework automatically falls back to its default settings.
Name | Type | Description |
---|---|---|
$ARGS | array | ignored |
this function does not expect any arguments
Name | Type | Description |
---|---|---|
$ARGS | array | ignored |
this function does not expect any arguments
Use this after you installed / uninstalled a plugin to refresh the cache.
Name | Type | Description |
---|---|---|
$ARGS | array | ignored |
This computes the user form data provided by $_POST. Where the provided key is the id of a plugin and the value is wether bool(true) to activate or bool(false) to deactive the plugin.
Note: it does'nt matter here, if a plugin named $key really exists, since the PluginManager-Class does this checking for us.
parameters taken:
Expected outcome:
Plugins in $pluginlist not mentioned in $plugins are deactivated and vice versa.
Name | Type | Description |
---|---|---|
$ARGS | array | user form data |
This function may be used by other plugins to provide configuration menus with practically no coding. See manual cookbook for an example.
Name | Type | Description |
---|---|---|
$ARGS | array | user form data |
This function may be used by other plugins to provide configuration menus with practically no coding. See manual cookbook for an example.
Inherited From Plugin
Documentation generated on Sun, 11 Mar 2007 15:02:52 +0100 by phpDocumentor 1.3.1