Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
propertybase.php
1<?php
2
3namespace Bitrix\Sale;
4
9abstract class PropertyBase extends EntityProperty
10{
14 protected static function getEntityType(): string
15 {
17 }
18}