| Current Path : /var/www/homesaver/www/bitrix/modules/sale/lib/ |
| Current File : /var/www/homesaver/www/bitrix/modules/sale/lib/shipmentproperty.php |
<?php
namespace Bitrix\Sale;
/**
* Class ShipmentProperty
* @package Bitrix\Sale
*/
class ShipmentProperty extends EntityProperty
{
/**
* @return string Registry::ENTITY_SHIPMENT
*/
protected static function getEntityType(): string
{
return Registry::ENTITY_SHIPMENT;
}
}