• Модуль: catalogmobile
  • Путь к файлу: ~/bitrix/modules/catalogmobile/lib/InventoryControl/Dto/DocumentListItemData.php
  • Класс: BitrixCatalogMobileInventoryControlDtoDocumentListItemData
  • Вызов: DocumentListItemData::getCasts
public function getCasts(): array
{
	$casts = parent::getCasts();
	$casts['docType'] = Type::string();
	$casts['statuses'] = Type::collection(Type::string());
	return $casts;
}