• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Dto/Robot/Delay.php
  • Класс: BitrixCrmMobileDtoRobotDelay
  • Вызов: Delay::getCasts
public function getCasts(): array
{
	return [
		'type' => Type::string(),
		'value' => Type::int(),
		'valueType' => Type::string(),
		'basis' => Type::string(),
		'workTime' => Type::bool(),
		'localTime' => Type::bool(),
		'basisName' => Type::string(),
	];
}