• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/repository/schedule/schedulerepository.php
  • Класс: BitrixTimemanRepositoryScheduleScheduleRepository
  • Вызов: ScheduleRepository::convertEachToInt
private function convertEachToInt($ids)
{
	return array_unique(array_map('intval', $ids));
}