sysConfig

Navigation:  Development > Architecture and Standard > App Factory > __Def >

sysConfig

Previous pageReturn to chapter overviewNext page

Return system configuration
 
App::__Def()->sysConfig([Config Id]);

 

 

Parameter

Type

Description

Config Id

Optional

Configuration Id to fetch value

 

See below example:

 
// Return all  info
$info = App::__Def()->sysConfig();
 
// Return search result
$info = App::__Def()->sysConfig('APPRAINVERSION');