• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/UI/SimpleList/Dto/Data.php
  • Класс: BitrixMobileUISimpleListDtoData
  • Вызов: Data::getCasts
public function getCasts(): array
{
	return [
		'id' => Type::int(),
		'name' => Type::string(),
		'date' => Type::int(),
		//'fields' => Type::collection(Type::string()), // a semi-structured array not yet described in dto
	];
}