Bitrix API

Manager

Class Manager

Table of Contents

Methods

getClassNames()  : array<string|int, mixed>
Returns list of known class names
getInstance()  : static
getStatusByShipmentId()  : StatusResult
getStatusesList()  : array<string|int, mixed>
getStatusName()  : string
getTrackingObjectByDeliveryId()  : Base|null
getTrackingUrl()  : string
isClone()  : bool
startRefreshingStatuses()  : mixed
Starts statuses refreshing
updateShipment()  : UpdateResult

Methods

getClassNames()

Returns list of known class names

public getClassNames() : array<string|int, mixed>
Return values
array<string|int, mixed>

getInstance()

public static getInstance() : static
Return values
static

getStatusByShipmentId()

public getStatusByShipmentId(int $shipmentId[, string $trackingNumber = '' ]) : StatusResult
Parameters
$shipmentId : int
$trackingNumber : string = ''

if changed

Tags
throws
ArgumentNullException
throws
SystemException
throws
ArgumentException
Return values
StatusResult

getStatusesList()

public static getStatusesList() : array<string|int, mixed>
Return values
array<string|int, mixed>

getStatusName()

public static getStatusName(int $status) : string
Parameters
$status : int
Return values
string

getTrackingObjectByDeliveryId()

public getTrackingObjectByDeliveryId(mixed $deliveryId) : Base|null
Parameters
$deliveryId : mixed
Tags
throws
ArgumentNullException
throws
SystemException
throws
ArgumentException
Return values
Base|null

getTrackingUrl()

public getTrackingUrl(int $deliveryId[, string $trackingNumber = '' ]) : string
Parameters
$deliveryId : int

Delivery service id.

$trackingNumber : string = ''

Trcking number.

Tags
throws
ArgumentNullException
Return values
string

Url were we can see tracking information.

isClone()

public isClone() : bool
Return values
bool

startRefreshingStatuses()

Starts statuses refreshing

public static startRefreshingStatuses() : mixed

        
On this page

Search results