Phploc::IniBackend::arbitPhplocBackendIniModuleConfiguration
Class arbitPhplocBackendIniModuleConfiguration
arbit project configuration arbit project configuration
arbitBackendIniConfigurationBase
|
--arbitBackendIniModuleConfiguration
|
--arbitPhplocBackendIniModuleConfiguration
Author(s):
|
Version:
|
$Revision$ |
|
License:
|
GPL |
Member Variables
|
protected array |
$defaultValues
= array( 'main' => array( 'suffixes' => 'php,inc', 'exclude' => 'src/libraries,src/templates', 'subdir' => './', ),)
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( 'suffixes' => array( 'main', 'suffixes' ),'exclude'=>array('main','exclude'),'subdir'=>array('main','subdir'),)
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
|