Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
persontype.php
1<?php
2
4
7use \Bitrix\Sale\Services\PaySystem\Restrictions;
8
9Loc::loadMessages(__FILE__);
10
12{
17 public static function getSeverity($mode)
18 {
19 $result = Base\RestrictionManager::SEVERITY_STRICT;
20
21 if($mode == Base\RestrictionManager::MODE_MANAGER)
22 return Base\RestrictionManager::SEVERITY_SOFT;
23
24 return $result;
25 }
26}
static loadMessages($file)
Definition loc.php:64