• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/watcher/membership/handler/department.php
  • Класс: BitrixCalendarWatcherMembershipHandlerDepartment
  • Вызов: Department::convertArrayValuesToInteger
static function convertArrayValuesToInteger(array $array): array
{
	return array_map(static function($value){
		return (int)$value;
	}, $array);
}