• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/base/collection.php
  • Класс: BitrixCalendarCoreBaseCollection
  • Вызов: Collection::remove
public function remove($key): Collection
{
	unset($this->collection[$key]);

	return $this;
}