• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/model/type.php
  • Класс: BitrixRpaModelType
  • Вызов: Type::createItem
public function createItem(): Item
{
	return $this->getFactory()->getItemDataClass($this)::createObject();
}