Notification::IniBackend::arbitNotificationBackendIniModuleConfiguration
Class arbitNotificationBackendIniModuleConfiguration
arbit project configuration arbit project configuration
arbitBackendIniConfigurationBase
|
--arbitBackendIniModuleConfiguration
|
--arbitNotificationBackendIniModuleConfiguration
Author(s):
|
Version:
|
$Revision: 1393 $ |
|
License:
|
GPL |
Member Variables
|
protected array |
$defaultValues
= array( 'filter' => array( 'blacklist' => array( 'coreNewUser', 'coreConfirmedUser', 'coreLoginUser', 'coreDashboardInfo', 'sourceAnnotate', ),),)
Array with default values for all required configuration directives. array has the following structure:
Array with default values for all required configuration directives. The array has the following structure:
array(
'group' => array(
'key' => $value,
...
),
...
)
|
|
protected array |
$shortcuts
= array( 'blacklist' => array( 'filter', 'blacklist' ),)
Shortcuts for configuration value access.
Shortcuts for configuration value access.
These shortcuts may be used for property access to the configuration values. The shortcut array has the following structure:
array(
'shortcut' => array( 'group', 'value' ),
...
)
|
Inherited Member Variables
Inherited Methods
|