1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
sevastopolcustomfields.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Location\Infrastructure\Service\CustomFieldsService;
4
5
use Bitrix\Main\IO\Path;
6
use Bitrix\Main\Localization\Loc;
7
8
Loc::loadMessages(Path::combine(__DIR__,
'customfields.php'
));
9
10
class
SevastopolCustomFields
extends
CustomFields
11
{
15
protected
function
getInfo
():
array
16
{
17
$country
= $this->currentRegion ===
'ru'
18
? Loc::getMessage(
'LOCATION_ISTRUCTURE_CUSTOM_FIELDS_RUSSIA'
)
19
: Loc::getMessage(
'LOCATION_ISTRUCTURE_CUSTOM_FIELDS_UKRAINE'
);
20
21
return
[
22
'country'
=>
$country
,
23
];
24
}
25
}
Bitrix\Location\Infrastructure\Service\CustomFieldsService\CustomFields
Определения
customfields.php:12
Bitrix\Location\Infrastructure\Service\CustomFieldsService\SevastopolCustomFields
Определения
sevastopolcustomfields.php:11
Bitrix\Location\Infrastructure\Service\CustomFieldsService\SevastopolCustomFields\getInfo
getInfo()
Определения
sevastopolcustomfields.php:15
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$country
$country
Определения
payment.php:59
bitrix
modules
location
lib
infrastructure
service
customfieldsservice
sevastopolcustomfields.php
Создано системой
1.14.0