Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
externalservicehelper.php
1<?
10
12{
13 const LIST_PAGE_URL = 'sale_location_external_service_list.php';
14 const EDIT_PAGE_URL = 'sale_location_external_service_edit.php';
15
16 #####################################
17 #### Entity settings
18 #####################################
19
24 public static function getEntityRoadMap()
25 {
26 return array(
27 'main' => array(
28 'name' => 'Bitrix\Sale\Location\ExternalService'
29 )
30 );
31 }
32}