1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
config.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Sender\Integration\Yandex\Master
;
4
5
use
Bitrix\Main\Config\Configuration
;
6
7
class
Config
8
{
9
public
function
getPartnerId
(): ?int
10
{
11
return
Configuration::getInstance(
'sender'
)->get(
'yandex.integration.widget'
)[
'partnerId'
] ??
null
;
12
}
13
}
Bitrix\Main\Config\Configuration
Определения
configuration.php:9
Bitrix\Sender\Integration\Yandex\Master\Config
Определения
config.php:8
Bitrix\Sender\Integration\Yandex\Master\Config\getPartnerId
getPartnerId()
Определения
config.php:9
Bitrix\Sender\Integration\Yandex\Master
Определения
config.php:3
bitrix
modules
sender
lib
integration
yandex
master
config.php
Создано системой
1.14.0