• Модуль: catalogmobile
  • Путь к файлу: ~/bitrix/modules/catalogmobile/lib/InventoryControl/Dto/DocumentListItem.php
  • Класс: BitrixCatalogMobileInventoryControlDtoDocumentListItem
  • Вызов: DocumentListItem::getCasts
public function getCasts(): array
{
	return [
		'id' => Type::int(),
		'data' => Type::object(DocumentListItemData::class),
	];
}