См. определение в файле 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 | $text | Link text |
int | $orderId | |
string | $languageId | |
- Возвращает
- string <a...>...</> Link to shipment edit form
См. определение в файле helper.php строка 25
◆ getShipmentsByRequestId()
static getShipmentsByRequestId |
( |
int | $requestId | ) |
|
|
static |
- Аргументы
-
- Возвращает
- Shipment[]
См. определение в файле helper.php строка 141