Bitrix API

RestManager extends Base

Table of Contents

Constants

ACTIONBOX_PLACEMENT_DELIVERY  = 'delivery'
ACTIONBOX_PLACEMENT_PAYMENT  = 'payment'
ACTIONBOX_PLACEMENT_SMS  = 'sms'
TAG_DELIVERY  = 'delivery'
TAG_DELIVERY_MAKE_DELIVERY  = 'make_delivery'
TAG_DELIVERY_RECOMMENDED  = 'recommended'
TAG_PARTNERS  = 'partners'
TAG_PAYSYSTEM_MAKE_PAYMENT  = 'make_payment'
TAG_PAYSYSTEM_PARTNERS  = 'partners'
TAG_PAYSYSTEM_PAYMENT  = 'payment'
TAG_PAYSYSTEM_RECOMMENDED  = 'recommended'
TAG_SALES_CENTER  = 'sales_center'
TAG_SALESCENTER  = 'salescenter'
TAG_SMSPROVIDER_PARTNERS  = 'partners'
TAG_SMSPROVIDER_RECOMMENDED  = 'recommended'
TAG_SMSPROVIDER_SMS  = 'sms'

Methods

getActionboxItems()  : array<string|int, mixed>
getByTag()  : array<string|int, mixed>|bool|mixed|null
getInstance()  : static
getMarketplaceAppByCode()  : array<string|int, mixed>
getMarketplaceAppCodeList()  : array<string|int, mixed>
getMarketplaceAppsCount()  : mixed
hasDeliveryMarketplaceApp()  : bool
isEnabled()  : bool

Constants

ACTIONBOX_PLACEMENT_DELIVERY

public mixed ACTIONBOX_PLACEMENT_DELIVERY = 'delivery'

ACTIONBOX_PLACEMENT_PAYMENT

public mixed ACTIONBOX_PLACEMENT_PAYMENT = 'payment'

ACTIONBOX_PLACEMENT_SMS

public mixed ACTIONBOX_PLACEMENT_SMS = 'sms'

TAG_DELIVERY_MAKE_DELIVERY

public mixed TAG_DELIVERY_MAKE_DELIVERY = 'make_delivery'
public mixed TAG_DELIVERY_RECOMMENDED = 'recommended'

TAG_PAYSYSTEM_MAKE_PAYMENT

public mixed TAG_PAYSYSTEM_MAKE_PAYMENT = 'make_payment'

TAG_PAYSYSTEM_PARTNERS

public mixed TAG_PAYSYSTEM_PARTNERS = 'partners'

TAG_PAYSYSTEM_PAYMENT

public mixed TAG_PAYSYSTEM_PAYMENT = 'payment'
public mixed TAG_PAYSYSTEM_RECOMMENDED = 'recommended'

TAG_SALES_CENTER

public mixed TAG_SALES_CENTER = 'sales_center'

TAG_SALESCENTER

public mixed TAG_SALESCENTER = 'salescenter'

TAG_SMSPROVIDER_PARTNERS

public mixed TAG_SMSPROVIDER_PARTNERS = 'partners'
public mixed TAG_SMSPROVIDER_RECOMMENDED = 'recommended'

TAG_SMSPROVIDER_SMS

public mixed TAG_SMSPROVIDER_SMS = 'sms'

Methods

getActionboxItems()

public getActionboxItems(mixed $placement[, null $userLang = null ]) : array<string|int, mixed>
Parameters
$placement : mixed
$userLang : null = null
Return values
array<string|int, mixed>

getByTag()

public getByTag(array<string|int, mixed> $tag[, int|bool $page = false ][, int|bool $pageSize = false ]) : array<string|int, mixed>|bool|mixed|null
Parameters
$tag : array<string|int, mixed>
$page : int|bool = false
$pageSize : int|bool = false
Tags
throws
SystemException
Return values
array<string|int, mixed>|bool|mixed|null

getInstance()

public static getInstance() : static
Return values
static

getMarketplaceAppByCode()

public getMarketplaceAppByCode(string $code) : array<string|int, mixed>
Parameters
$code : string
Tags
throws
SystemException
Return values
array<string|int, mixed>

getMarketplaceAppCodeList()

public getMarketplaceAppCodeList(string $category) : array<string|int, mixed>
Parameters
$category : string
Tags
throws
SystemException
Return values
array<string|int, mixed>

getMarketplaceAppsCount()

public getMarketplaceAppsCount(string $category) : mixed
Parameters
$category : string
Tags
throws
SystemException

hasDeliveryMarketplaceApp()

public hasDeliveryMarketplaceApp() : bool
Return values
bool

isEnabled()

public isEnabled() : bool
Return values
bool

        
On this page

Search results