Phpcs::IniBackend::arbitPhpcsBackendIniModuleConfiguration
Class arbitPhpcsBackendIniModuleConfiguration
arbit project configuration arbit project configuration
arbitBackendIniConfigurationBase
|
--arbitBackendIniModuleConfiguration
|
--arbitPhpcsBackendIniModuleConfiguration
Author(s):
|
Version:
|
$Revision: 1512 $ |
|
License:
|
GPL |
Member Variables
|
protected array |
$defaultValues
= array( 'main' => array( 'cli_options' => array( '--ignore=libraries,tests', '--extensions=php', ),'standard'=>'Arbit','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( 'cli_options' => array( 'main', 'cli_options' ),'standard'=>array('main','standard'),'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
|