1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
type.php
См. документацию.
1<?php
2
3namespace Bitrix\Main\UserField\Internal;
4
5use Bitrix\Main\ORM\Objectify\EntityObject;
6
14class Type extends EntityObject
15{
16 protected function getFactory(): TypeFactory
17 {
19 $dataClass = static::$dataClass;
20 return $dataClass::getFactory();
21 }
22}
Определения collection.php:2