Пример #1
0
 private static function getKey()
 {
     return \components\configuration\ConfigurationFactory::getInstance()->get('extension_riot', 'api_key');
 }
Пример #2
0
function init_error_handling()
{
    if (\components\configuration\ConfigurationFactory::getInstance()->get('debugger', 0) !== 0) {
        set_error_handler('\\components\\debug\\error_handler');
    }
}