• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/delivery/handlers/handlerscollection.php
  • Класс: BitrixSalesCenterDeliveryHandlersHandlersCollection
  • Вызов: HandlersCollection::add
public function add(HandlerContract $item)
{
	$this->items[] = $item;
}