1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
factory.php
См. документацию.
1<?php
2
3
4namespace Bitrix\Sale\Exchange\Integration\CRM\Placement;
5
6
7class Factory
8{
9 static public function create($type, $fields)
10 {
11 if($type == Type::DEAL_DETAIL_TOOLBAR)
12 {
13 return new PlacementDeal($fields);
14 }
15 elseif ($type == Type::DEFAULT_TOOLBAR)
16 {
17 return new PlacementDefault($fields);
18 }
19 else
20 {
21 throw new \Bitrix\Main\NotSupportedException("AppPlacementType: '".$type."' is not supported in current context");
22 }
23 }
24}
$type
Определения options.php:106
static create($type, $fields)
Определения factory.php:9
if( $daysToExpire >=0 &&$daysToExpire< 60 elseif)( $daysToExpire< 0)
Определения prolog_main_admin.php:393
$fields
Определения yandex_run.php:501