Bitrix API

CrmShop extends Site24

Class CrmShop

Table of Contents

Constants

Button  = 'button'
Call  = 'call'
Callback  = 'callback'
CrmShop  = 'crm-shop'
FbLeadAds  = 'fb-lead-ads'
Form  = 'form'
Imol  = 'imol'
Mail  = 'mail'
Order  = 'order'
Rest  = 'rest'
SalesCenter  = 'sales-center'
Shop24  = 'shop24'
Site  = 'site'
Site24  = 'site24'
SiteDomain  = 'site-domain'
VkLeadAds  = 'vk-lead-ads'

Methods

__construct()  : mixed
Site24 constructor.
canUse()  : bool
Return true if can use.
getChannels()  : Collection
Get channels.
getCode()  : string|null
Get code.
getDescription()  : string
Get description.
getEntities()  : ComplexCollection
Get entities.
getGridName()  : string
Get grid name.
getGridNameByCode()  : string
Get grid name by code.
getItems()  : array<string|int, mixed>
Get items.
getName()  : string
Get name.
getNameByCode()  : string
Get name by code.
getSourceId()  : int|null
Get source ID.
getValue()  : string|null
Get value.
isConfigured()  : bool
Return true if it is configured.
isSite()  : bool
Return true if it implements site interface.
isSourceDirectlyRequiredSingleChannel()  : bool
Return true if source directly required single channel.
isSupportChannelDetecting()  : bool
Return true if supports detecting channels.
isSupportEntityDetecting()  : bool
Return true if supports detecting entities.
isSupportTraceDetecting()  : bool
Return true if supports detecting trace.
toArray()  : array<string|int, mixed>
To array.

Constants

Button

public mixed Button = 'button'

Call

public mixed Call = 'call'

Callback

public mixed Callback = 'callback'

CrmShop

public mixed CrmShop = 'crm-shop'

FbLeadAds

public mixed FbLeadAds = 'fb-lead-ads'

Form

public mixed Form = 'form'

Imol

public mixed Imol = 'imol'

Mail

public mixed Mail = 'mail'

Order

public mixed Order = 'order'

Rest

public mixed Rest = 'rest'

SalesCenter

public mixed SalesCenter = 'sales-center'

Shop24

public mixed Shop24 = 'shop24'

Site

public mixed Site = 'site'

Site24

public mixed Site24 = 'site24'

SiteDomain

public mixed SiteDomain = 'site-domain'

VkLeadAds

public mixed VkLeadAds = 'vk-lead-ads'

Methods

__construct()

Site24 constructor.

public __construct(string $landingSiteId) : mixed
Parameters
$landingSiteId : string

Landing site ID.

canUse()

Return true if can use.

public canUse() : bool
Return values
bool

getCode()

Get code.

public getCode() : string|null
Return values
string|null

getDescription()

Get description.

public getDescription() : string
Return values
string

getGridName()

Get grid name.

public getGridName() : string
Return values
string

getGridNameByCode()

Get grid name by code.

public static getGridNameByCode(string $code) : string
Parameters
$code : string

Code.

Return values
string

getItems()

Get items.

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

getName()

Get name.

public getName() : string
Return values
string

getNameByCode()

Get name by code.

public static getNameByCode(string $code) : string
Parameters
$code : string

Code.

Return values
string

getSourceId()

Get source ID.

public getSourceId() : int|null
Return values
int|null

getValue()

Get value.

public getValue() : string|null
Return values
string|null

isConfigured()

Return true if it is configured.

public static isConfigured() : bool
Return values
bool

isSite()

Return true if it implements site interface.

public isSite() : bool
Return values
bool

isSourceDirectlyRequiredSingleChannel()

Return true if source directly required single channel.

public isSourceDirectlyRequiredSingleChannel() : bool
Return values
bool

isSupportChannelDetecting()

Return true if supports detecting channels.

public isSupportChannelDetecting() : bool
Return values
bool

isSupportEntityDetecting()

Return true if supports detecting entities.

public isSupportEntityDetecting() : bool
Return values
bool

isSupportTraceDetecting()

Return true if supports detecting trace.

public isSupportTraceDetecting() : bool
Return values
bool

toArray()

To array.

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

        
On this page

Search results