1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
shipmentproperty.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Sale\Controller;
4
5
use Bitrix\Sale\Registry;
6
11
class
ShipmentProperty
extends
Property
12
{
16
protected
function
getPropertyClassName
(): string
17
{
18
return \Bitrix\Sale\ShipmentProperty::class;
19
}
20
24
protected
function
getEntityType
(): string
25
{
26
return
Registry::ENTITY_SHIPMENT
;
27
}
28
}
Bitrix\Sale\Controller\ShipmentProperty
Определения
shipmentproperty.php:12
Bitrix\Sale\Controller\ShipmentProperty\getPropertyClassName
getPropertyClassName()
Определения
shipmentproperty.php:16
Bitrix\Sale\Controller\ShipmentProperty\getEntityType
getEntityType()
Определения
shipmentproperty.php:24
Bitrix\Sale\Registry\ENTITY_SHIPMENT
const ENTITY_SHIPMENT
Определения
registry.php:19
bitrix
modules
sale
lib
controller
shipmentproperty.php
Создано системой
1.14.0