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

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

static getShipmentEditLink ($shipmentId, $text='', $orderId=0, $languageId=LANGUAGE_ID)
 
static getDeliveryEditLink ($deliveryId, $deliveryName='', $languageId=LANGUAGE_ID)
 
static getRequestViewLink ($requestId, $text='', $languageId=LANGUAGE_ID)
 
static getShipmentsByRequestId (int $requestId)
 

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

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

Методы

◆ getDeliveryEditLink()

static getDeliveryEditLink ( $deliveryId,
$deliveryName = '',
$languageId = LANGUAGE_ID )
static
Аргументы
int$deliveryId
string$deliveryName
string$languageId
Возвращает
string <a...>...</> Link to delivery edit form

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

◆ getRequestViewLink()

static getRequestViewLink ( $requestId,
$text = '',
$languageId = LANGUAGE_ID )
static
Аргументы
int$requestId
string$text
string$languageId
Возвращает
string <a...>...</> Link to request view form

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

◆ getShipmentEditLink()

static getShipmentEditLink ( $shipmentId,
$text = '',
$orderId = 0,
$languageId = LANGUAGE_ID )
static
Аргументы
int$shipmentId
string$textLink text
int$orderId
string$languageId
Возвращает
string <a...>...</> Link to shipment edit form

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

◆ getShipmentsByRequestId()

static getShipmentsByRequestId ( int $requestId)
static
Аргументы
int$requestId
Возвращает
Shipment[]

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