Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс YandexCert

Открытые статические члены

static generate ($shopId, $companyName)
 
static clear ($shopId, $all=false)
 
static getCn ($shopId)
 
static isLoaded ($shopId)
 
static setCert ($file, $shopId)
 
static getSign ($shopId)
 
static getCert ($shopId)
 
static getCsr ($shopId)
 
static getValue ($field, $shopId)
 

Статические открытые данные

static $pkey = null
 
static $csr = null
 
static $sign = null
 
static $cn = ''
 
static $errors = array()
 

Подробное описание

См. определение в файле yandexcert.php строка 11

Методы

◆ clear()

static clear ( $shopId,
$all = false )
static
Аргументы
$shopId
bool$all
Исключения

Exception

См. определение в файле yandexcert.php строка 76

◆ generate()

static generate ( $shopId,
$companyName )
static
Аргументы
$shopId
$companyName

См. определение в файле yandexcert.php строка 23

◆ getCert()

static getCert ( $shopId)
static
Аргументы
$shopId
Возвращает
mixed

См. определение в файле yandexcert.php строка 204

◆ getCn()

static getCn ( $shopId)
static
Аргументы
$shopId
Возвращает
string

См. определение в файле yandexcert.php строка 90

◆ getCsr()

static getCsr ( $shopId)
static
Аргументы
$shopId
Исключения

Bitrix\Main\ArgumentNullException

См. определение в файле yandexcert.php строка 213

◆ getSign()

static getSign ( $shopId)
static
Аргументы
$shopId
Возвращает
mixed

См. определение в файле yandexcert.php строка 195

◆ getValue()

static getValue ( $field,
$shopId )
static
Аргументы
$field
$shopId
Возвращает
mixed|string

См. определение в файле yandexcert.php строка 234

◆ isLoaded()

static isLoaded ( $shopId)
static
Аргументы
$shopId
Возвращает
bool
Исключения

Bitrix\Main\ArgumentNullException

См. определение в файле yandexcert.php строка 135

◆ setCert()

static setCert ( $file,
$shopId )
static
Аргументы
$file
$shopId

См. определение в файле yandexcert.php строка 145

Данные класса

◆ $cn

$cn = ''
static

См. определение в файле yandexcert.php строка 16

◆ $csr

$csr = null
static

См. определение в файле yandexcert.php строка 14

◆ $errors

$errors = array()
static

См. определение в файле yandexcert.php строка 17

◆ $pkey

$pkey = null
static

См. определение в файле yandexcert.php строка 13

◆ $sign

$sign = null
static

См. определение в файле yandexcert.php строка 15