• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Dto/Tunnel.php
  • Класс: BitrixCrmMobileDtoTunnel
  • Вызов: Tunnel::getCasts
public function getCasts(): array
{
	return [
		'dstStageId' => Type::int(),
		'dstStageStatusId' => Type::string(),
		'dstStageName' => Type::string(),
		'dstStageColor' => Type::string(),
		'dstCategoryId' => Type::int(),
		'dstCategoryName' => Type::string(),
		'srcStageId' => Type::int(),
		'srcStageStatusId' => Type::string(),
		'srcCategoryId' => Type::int(),
		'srcStageColor' => Type::string(),
		'robot' => Type::object(RobotRobot::class),
	];
}