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