YandexCert
Table of Contents
Properties
-
$cn
: mixed
-
$csr
: mixed
-
$errors
: mixed
-
$pkey
: mixed
-
$sign
: mixed
Methods
-
clear()
: mixed
-
generate()
: mixed
-
getCert()
: mixed
-
getCn()
: string
-
getCsr()
: mixed
-
getSign()
: mixed
-
getValue()
: mixed|string
-
isLoaded()
: bool
-
setCert()
: mixed
$cn
public
static mixed
$cn
= ''
$csr
public
static mixed
$csr
= null
$errors
public
static mixed
$errors
= array()
$pkey
public
static mixed
$pkey
= null
$sign
public
static mixed
$sign
= null
clear()
public
static clear(mixed $shopId[, bool $all = false ]) : mixed
Parameters
-
$shopId
: mixed
-
-
$all
: bool
= false
-
-
throws
-
Exception
generate()
public
static generate(mixed $shopId, mixed $companyName) : mixed
Parameters
-
$shopId
: mixed
-
-
$companyName
: mixed
-
getCert()
public
static getCert(mixed $shopId) : mixed
Parameters
-
$shopId
: mixed
-
getCn()
public
static getCn(mixed $shopId) : string
Parameters
-
$shopId
: mixed
-
getCsr()
public
static getCsr(mixed $shopId) : mixed
Parameters
-
$shopId
: mixed
-
-
throws
-
ArgumentNullException
getSign()
public
static getSign(mixed $shopId) : mixed
Parameters
-
$shopId
: mixed
-
getValue()
public
static getValue(mixed $field, mixed $shopId) : mixed|string
Parameters
-
$field
: mixed
-
-
$shopId
: mixed
-
Return values
mixed|string
isLoaded()
public
static isLoaded(mixed $shopId) : bool
Parameters
-
$shopId
: mixed
-
-
throws
-
ArgumentNullException
setCert()
public
static setCert(mixed $file, mixed $shopId) : mixed
Parameters
-
$file
: mixed
-
-
$shopId
: mixed
-