1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
basketpropertiesitem.php
См. документацию.
1
<?php
2
namespace
Bitrix\Sale;
3
4
use Bitrix\Main\Entity;
5
use Bitrix\Sale\Internals;
6
use Bitrix\Main\Localization\Loc;
7
8
Loc::loadMessages(__FILE__);
9
14
class
BasketPropertyItem
extends
BasketPropertyItemBase
15
{
19
public
static
function
getRegistryType
()
20
{
21
return
Registry::REGISTRY_TYPE_ORDER
;
22
}
23
28
protected
function
addInternal
(
array
$data
)
29
{
30
return
Internals\BasketPropertyTable::add(
$data
);
31
}
32
38
protected
function
updateInternal
($primary,
array
$data
)
39
{
40
return
Internals\BasketPropertyTable::update($primary,
$data
);
41
}
42
46
protected
static
function
getFieldsMap
()
47
{
48
return
Internals\BasketPropertyTable::getMap
();
49
}
50
58
public
static
function
getList
(
array
$parameters = [])
59
{
60
return
Internals\BasketPropertyTable::getList($parameters);
61
}
62
}
Bitrix\Sale\BasketPropertyItemBase
Определения
basketpropertiesitembase.php:17
Bitrix\Sale\BasketPropertyItem
Определения
basketpropertiesitem.php:15
Bitrix\Sale\BasketPropertyItem\updateInternal
updateInternal($primary, array $data)
Определения
basketpropertiesitem.php:38
Bitrix\Sale\BasketPropertyItem\getFieldsMap
static getFieldsMap()
Определения
basketpropertiesitem.php:46
Bitrix\Sale\BasketPropertyItem\addInternal
addInternal(array $data)
Определения
basketpropertiesitem.php:28
Bitrix\Sale\BasketPropertyItem\getRegistryType
static getRegistryType()
Определения
basketpropertiesitem.php:19
Bitrix\Sale\BasketPropertyItem\getList
static getList(array $parameters=[])
Определения
basketpropertiesitem.php:58
Bitrix\Sale\Internals\BasketPropertyTable\getMap
static getMap()
Определения
basketproperties.php:55
Bitrix\Sale\Registry\REGISTRY_TYPE_ORDER
const REGISTRY_TYPE_ORDER
Определения
registry.php:16
$data
$data['IS_AVAILABLE']
Определения
.description.php:13
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
bitrix
modules
sale
lib
basketpropertiesitem.php
Создано системой
1.14.0