1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
contact.php
См. документацию.
1<?php
2namespace Bitrix\Sale\Exchange\Integration\Service\Scenarios\RefreshClient;
3
4use \Bitrix\Sale\Exchange\Integration\Service\Batchable;
5
6class Contact extends Client
7{
8 protected function getClient()
9 {
10 return new Batchable\Contact();
11 }
12}