Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
sevastopoldispute.php
1<?php
2
4
7
8Loc::loadMessages(Path::combine(__DIR__, 'scenario.php'));
9
11{
15 protected function getInfo(): array
16 {
17 $country = in_array($this->currentRegion, ['ru', 'by'], true)
18 ? Loc::getMessage('LOCATION_ISTRUCTURE_DISPSRV_RUSSIA')
19 : Loc::getMessage('LOCATION_ISTRUCTURE_DISPSRV_UKRAINE');
20
21 return [
22 'country' => $country,
23 ];
24 }
25}
static loadMessages($file)
Definition loc.php:64
static getMessage($code, $replace=null, $language=null)
Definition loc.php:29