• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Dto/Robot/RobotProperties.php
  • Класс: BitrixCrmMobileDtoRobotRobotProperties
  • Вызов: RobotProperties::getCasts
public function getCasts(): array
{
	return [
		'categoryId' => Type::int(),
		'stageId' => Type::string(),
	];
}