1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
reliability.php
См. документацию.
1
<?php
2
3
namespace
Sale\Handlers\Delivery\Additional\RusPost\Reliability;
4
5
use Bitrix\Sale\Internals\EO_Reliability;
6
11
class
Reliability
extends
EO_Reliability
12
{
19
public
static
function
create(
string
$fullName,
string
$address,
string
$phone)
20
{
21
$hash
= Service::createHash($fullName, $address, $phone);
22
23
return
(
new
static
())
24
->setFullName($fullName)
25
->setAddress($address)
26
->setPhone($phone)
27
->setHash(
$hash
);
28
}
29
}
$hash
$hash
Определения
ajax_redirector.php:8
Bitrix\Sale\Internals\EO_Reliability
Определения
orm.php:20282
bitrix
modules
sale
handlers
delivery
additional
ruspost
reliability
reliability.php
Создано системой
1.14.0