• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/util/collection.php
  • Класс: BitrixTasksUtilCollection
  • Вызов: Collection::update
public function update(array $conditions, $data, $limit = -1)
{
	// todo: find all items that match the conditions, then update them all with $data

	$this->onChange();
}