modules/Configurator/Configurator.php
\Configurator
Package:
Properties
$allow_undefined= 'array ('stack_trace_errors', 'export_delimiter', 'use_real_names', 'developerMode', 'default_module_favicon', 'authenticationClass', 'SAML_loginurl', 'SAML_X509Cert', 'dashlet_auto_refresh_min', 'show_download_tab', 'enable_action_menu')'
Default value
array ('stack_trace_errors', 'export_delimiter', 'use_real_names', 'developerMode', 'default_module_favicon', 'authenticationClass', 'SAML_loginurl', 'SAML_X509Cert', 'dashlet_auto_refresh_min', 'show_download_tab', 'enable_action_menu')
Details- Type
- n/a
Methods
handleOverride(
$fromParseLoggerSettings
=
false
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$fromParseLoggerSettings |
overrideClearDuplicates(
$array_name, $key
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$array_name | ||
$key |
parseLoggerSettings(
)
:
\:
Returns
Details
Type | Description |
---|---|
\: | An array of logger configuration properties including log size, file extensions etc. See SugarLogger for more details. Parses the old logger settings from the log4php.properties files. |
- Params
- : none
replaceOverride(
$array_name, $key, $value
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$array_name | ||
$key | ||
$value |
saveCompanyLogo(
string $path
)
:
void
Saves the company logo to the custom directory for the default theme, so all themes can use it
Parameters
Name | Type | Description |
---|---|---|
$path | string | path to the image to set as the company logo image |