1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
rate.php
См. документацию.
1<?php
9
10use Bitrix\Sale;
11use Bitrix\Main;
13
30class RateTable extends Entity\DataManager
31{
32 public static function getFilePath()
33 {
34 return __FILE__;
35 }
36
37 public static function getTableName()
38 {
39 return 'b_sale_tax_rate';
40 }
41
42 public static function getMap()
43 {
44 return array(
45
46 'ID' => array(
47 'data_type' => 'integer',
48 'primary' => true,
49 'autocomplete' => true,
50 )
51 );
52 }
53}
static getMap()
Определения rate.php:42
static getFilePath()
Определения rate.php:32
static getTableName()
Определения rate.php:37
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
Определения ufield.php:9
Определения rate.php:8