1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
pricetypegroup.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Catalog\RestView;
4
5
use Bitrix\Rest\Integration\View\Attributes;
6
use Bitrix\Rest\Integration\View\Base;
7
use Bitrix\Rest\Integration\View\DataType;
8
9
final
class
PriceTypeGroup
extends
Base
10
{
11
public
function
getFields
()
12
{
13
return
[
14
'ID'
=> [
15
'TYPE'
=> DataType::TYPE_INT,
16
'ATTRIBUTES'
=> [
17
Attributes::IMMUTABLE,
18
],
19
],
20
'CATALOG_GROUP_ID'
=> [
21
'TYPE'
=> DataType::TYPE_INT,
22
'ATTRIBUTES'
=> [
23
Attributes::REQUIRED,
24
],
25
],
26
'GROUP_ID'
=> [
27
'TYPE'
=> DataType::TYPE_INT,
28
'ATTRIBUTES'
=> [
29
Attributes::REQUIRED,
30
],
31
],
32
'ACCESS'
=>[
33
'TYPE'
=> DataType::TYPE_CHAR,
34
'ATTRIBUTES'
=> [
35
Attributes::REQUIRED,
36
],
37
]
38
];
39
}
40
}
Bitrix\Catalog\Controller\PriceTypeGroup
Определения
pricetypegroup.php:11
Bitrix\Catalog\RestView\PriceTypeGroup\getFields
getFields()
Определения
pricetypegroup.php:11
Bitrix\Sale\Services\Base
Определения
concreteproductrestriction.php:3
bitrix
modules
catalog
lib
restview
pricetypegroup.php
Создано системой
1.14.0