• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Dto/StageCounter.php
  • Класс: BitrixCrmMobileDtoStageCounter
  • Вызов: StageCounter::getCasts
public function getCasts(): array
{
	return [
		'id' => Type::int(),
		'count' => Type::int(),
		'total' => Type::int(),
		'currency' => Type::string(),
		'dropzone' => Type::bool(),
	];
}