• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Kanban/Dto/ItemData.php
  • Класс: BitrixCrmMobileKanbanDtoItemData
  • Вызов: ItemData::getCasts
public function getCasts(): array
{
	return array_merge(parent::getCasts(), [
		'dateFormatted' => Type::string(),
		'price' => Type::float(),
		'return' => Type::bool(),
		'returnApproach' => Type::bool(),
		'subTitleText' => Type::string(),
		'columnId' => Type::string(),
	]);
}