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