• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/controller/schedule.php
  • Класс: BitrixTimemanControllerSchedule
  • Вызов: Schedule::deleteListAction
public function deleteListAction($ids)
{
	foreach ($ids as $id)
	{
		if ($this->errorCollection->isEmpty())
		{
			$this->deleteAction($id);
		}
	}
}