1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
clienttype.php
См. документацию.
1<?php
2
3namespace Bitrix\Sale\PaySystem;
4
8abstract class ClientType
9{
15 public const DEFAULT = self::B2C;
16
20 public const B2C = 'b2c';
21
25 public const B2B = 'b2b';
26
32 public static function getAvailableValues(): array
33 {
34 return [
35 self::B2C,
36 self::B2B,
37 ];
38 }
39
46 public static function isValid(string $value): bool
47 {
48 return in_array($value, self::getAvailableValues(), true);
49 }
50}
static getAvailableValues()
Определения clienttype.php:32
static isValid(string $value)
Определения clienttype.php:46
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804