• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Dto/Stage.php
  • Класс: BitrixCrmMobileDtoStage
  • Вызов: Stage::getCasts
public function getCasts(): array
{
	return [
		'id' => Type::int(),
		'name' => Type::string(),
		'sort' => Type::int(),
		'color' => Type::string(),
		'semantics' => Type::string(),
		'statusId' => Type::string(),
		'tunnels' => Type::collection(Tunnel::class),
		'count' => Type::int(),
		'currency' => Type::string(),
		'total' => Type::float(),
	];
}