• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Kanban/Dto/Field.php
  • Класс: BitrixCrmMobileKanbanDtoField
  • Вызов: Field::getCasts
public function getCasts(): array
{
	return [
		'name' => Type::string(),
		'title' => Type::string(),
		'type' => Type::string(),
		'multiple' => Type::bool(),
	];
}