1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
factory.php
См. документацию.
1<?php
2
3
4namespace Bitrix\Sale\Exchange\Integration\Rest\Cmd;
5
6
7class Factory
8{
9 static public function create($type)
10 {
12 {
13 return new CmdDealAdd();
14 }
16 {
17 return new CmdContactAdd();
18 }
20 {
21 return new CmdCompanyAdd();
22 }
24 {
25 return new CmdActivityAdd();
26 }
27 else
28 {
29 return new Base();
30 }
31 }
32}
$type
Определения options.php:106
if( $daysToExpire >=0 &&$daysToExpire< 60 elseif)( $daysToExpire< 0)
Определения prolog_main_admin.php:393