Jeedom Core

config
in package

Table of Contents

Properties

$cache  : mixed
$defaultConfiguration  : mixed
$encryptKey  : mixed
$nocache  : mixed

Methods

byKey()  : string
Get config by key
byKeys()  : mixed
checkValueBetween()  : mixed
genKey()  : mixed
getDefaultConfiguration()  : mixed
getGenericTypes()  : mixed
getHistorizedCmdNum()  : mixed
getLogLevelPlugin()  : mixed
getPluginEnable()  : mixed
getTimelinedCmdNum()  : mixed
postConfig_interface_advance_vertCentering()  : mixed
postConfig_market_allowDns()  : mixed
postConfig_object_summary()  : mixed
postConfig_theme_end_day_hour()  : mixed
postConfig_theme_start_day_hour()  : mixed
preConfig_css_background_opacity()  : mixed
preConfig_css_border_radius()  : mixed
preConfig_historyArchivePackage()  : mixed
preConfig_historyArchiveTime()  : mixed
preConfig_info_latitude()  : mixed
preConfig_info_longitude()  : mixed
preConfig_market_password()  : mixed
preConfig_name()  : mixed
preConfig_tts_engine()  : mixed
preConfig_widget_margin()  : mixed
preConfig_widget_step_height()  : mixed
preConfig_widget_step_width()  : mixed
remove()  : bool
Delete key from config
save()  : bool
Save key to config
searchKey()  : mixed

Properties

$defaultConfiguration

private static mixed $defaultConfiguration = array()

$encryptKey

private static mixed $encryptKey = array('apipro', 'apitts', 'apimarket', 'samba::backup::password', 'samba::backup::ip', 'samba::backup::username', 'ldap:password', 'ldap:host', 'ldap:username', 'dns::token', 'api')

$nocache

private static mixed $nocache = array('enableScenario')

Methods

byKey()

Get config by key

public static byKey(string $_key[, mixed $_plugin = 'core' ][, mixed $_default = '' ][, mixed $_forceFresh = false ]) : string
Parameters
$_key : string

nom de la clef dont on veut la valeur

$_plugin : mixed = 'core'
$_default : mixed = ''
$_forceFresh : mixed = false
Return values
string

valeur de la clef

byKeys()

public static byKeys(mixed $_keys[, mixed $_plugin = 'core' ][, mixed $_default = '' ]) : mixed
Parameters
$_keys : mixed
$_plugin : mixed = 'core'
$_default : mixed = ''

checkValueBetween()

public static checkValueBetween(mixed $_value[, mixed $_min = null ][, mixed $_max = null ]) : mixed
Parameters
$_value : mixed
$_min : mixed = null
$_max : mixed = null

genKey()

public static genKey([mixed $_car = 64 ]) : mixed
Parameters
$_car : mixed = 64

getDefaultConfiguration()

public static getDefaultConfiguration([string $_plugin = 'core' ]) : mixed
Parameters
$_plugin : string = 'core'

getGenericTypes()

public static getGenericTypes([mixed $_coreOnly = false ]) : mixed
Parameters
$_coreOnly : mixed = false

getHistorizedCmdNum()

public static getHistorizedCmdNum() : mixed

getLogLevelPlugin()

public static getLogLevelPlugin() : mixed

getPluginEnable()

public static getPluginEnable() : mixed

getTimelinedCmdNum()

public static getTimelinedCmdNum() : mixed

postConfig_interface_advance_vertCentering()

public static postConfig_interface_advance_vertCentering(mixed $_value) : mixed
Parameters
$_value : mixed

postConfig_market_allowDns()

public static postConfig_market_allowDns(mixed $_value) : mixed
Parameters
$_value : mixed

postConfig_object_summary()

public static postConfig_object_summary(mixed $_value) : mixed
Parameters
$_value : mixed

postConfig_theme_end_day_hour()

public static postConfig_theme_end_day_hour(mixed $_value) : mixed
Parameters
$_value : mixed

postConfig_theme_start_day_hour()

public static postConfig_theme_start_day_hour(mixed $_value) : mixed
Parameters
$_value : mixed

preConfig_css_background_opacity()

public static preConfig_css_background_opacity(mixed $_value) : mixed
Parameters
$_value : mixed

preConfig_css_border_radius()

public static preConfig_css_border_radius(mixed $_value) : mixed
Parameters
$_value : mixed

preConfig_historyArchivePackage()

public static preConfig_historyArchivePackage(mixed $_value) : mixed
Parameters
$_value : mixed

preConfig_historyArchiveTime()

public static preConfig_historyArchiveTime(mixed $_value) : mixed
Parameters
$_value : mixed

preConfig_info_latitude()

public static preConfig_info_latitude(mixed $_value) : mixed
Parameters
$_value : mixed

preConfig_info_longitude()

public static preConfig_info_longitude(mixed $_value) : mixed
Parameters
$_value : mixed

preConfig_market_password()

public static preConfig_market_password(mixed $_value) : mixed
Parameters
$_value : mixed

preConfig_name()

public static preConfig_name(mixed $_value) : mixed
Parameters
$_value : mixed

preConfig_tts_engine()

public static preConfig_tts_engine(mixed $_value) : mixed
Parameters
$_value : mixed

preConfig_widget_margin()

public static preConfig_widget_margin(mixed $_value) : mixed
Parameters
$_value : mixed

preConfig_widget_step_height()

public static preConfig_widget_step_height(mixed $_value) : mixed
Parameters
$_value : mixed

preConfig_widget_step_width()

public static preConfig_widget_step_width(mixed $_value) : mixed
Parameters
$_value : mixed

remove()

Delete key from config

public static remove(string $_key[, string $_plugin = 'core' ]) : bool
Parameters
$_key : string

nom de la clef à supprimer

$_plugin : string = 'core'
Return values
bool

vrai si ok faux sinon

save()

Save key to config

public static save(string $_key, mixed $_value[, string $_plugin = 'core' ]) : bool
Parameters
$_key : string
$_value : mixed
$_plugin : string = 'core'
Return values
bool

searchKey()

public static searchKey(mixed $_key[, mixed $_plugin = 'core' ]) : mixed
Parameters
$_key : mixed
$_plugin : mixed = 'core'

        
On this page

Search results