Bitrix24Manager
extends Base
Table of Contents
Constants
-
ANALYTICS_DATA_SET_INTEGRATION
= 'manager-openIntegrationRequestForm-params'
-
ANALYTICS_LABEL_SALESHUB
= 'saleshub'
-
ANALYTICS_LABEL_SALESHUB_CASHBOX
= 'saleshub_cashbox'
-
ANALYTICS_LABEL_SALESHUB_CRM_FORM
= 'crm_form'
-
ANALYTICS_LABEL_SALESHUB_CRM_STORE
= 'crm_store'
-
ANALYTICS_LABEL_SALESHUB_DELIVERY
= 'saleshub_delivery'
-
ANALYTICS_LABEL_SALESHUB_PAYSYSTEM
= 'saleshub_paysystem'
-
ANALYTICS_LABEL_SALESHUB_RECEIVING_PAYMENT
= 'receiving_payment'
-
ANALYTICS_SENDER_PAGE
= 'sender_page'
-
FEATURE_NAME
= 'salescenter'
-
OPTION_PAYMENTS_COUNT_PARAM
= 'payments_limit'
Methods
-
addFeedbackButtonToToolbar()
: void
-
addIntegrationRequestButtonToToolbar()
: void
-
getFeedbackDeliveryOfferFormInfo()
: array<string|int, mixed>
-
getFeedbackFormInfo()
: array<string|int, mixed>
-
getFeedbackPayOrderFormInfo()
: array<string|int, mixed>
-
getFeedbackPaySystemOfferFormInfo()
: array<string|int, mixed>
-
getFeedbackPaySystemSbpOfferFormInfo()
: mixed
-
getFeedbackSmsProviderOfferFormInfo()
: array<string|int, mixed>
-
getFeedbackTerminalOfferFormInfo()
: array<string|int, mixed>
-
getInstance()
: static
-
getIntegrationRequestFormInfo()
: array<string|int, mixed>
-
getLicenseType()
: string|null
-
getPortalZone()
: string
-
increasePaymentsCount()
: mixed
-
isCurrentZone()
: bool
-
isEnabled()
: bool
-
isIntegrationRequestPossible()
: bool
-
isPaymentsLimitReached()
: mixed
-
IsPortalAdmin()
: bool
-
isSalescenterFeatureEnabled()
: bool
-
renderFeedbackButton()
: void
-
renderFeedbackDeliveryOfferButton()
: void
-
renderFeedbackPayOrderOfferButton()
: void
-
renderFeedbackSmsProviderOfferButton()
: void
-
renderFeedbackTerminalOfferButton()
: void
-
renderIntegrationRequestButton()
: void
-
showTariffRestrictionButtons()
: mixed
ANALYTICS_DATA_SET_INTEGRATION
public
mixed
ANALYTICS_DATA_SET_INTEGRATION
= 'manager-openIntegrationRequestForm-params'
ANALYTICS_LABEL_SALESHUB
public
mixed
ANALYTICS_LABEL_SALESHUB
= 'saleshub'
ANALYTICS_LABEL_SALESHUB_CASHBOX
public
mixed
ANALYTICS_LABEL_SALESHUB_CASHBOX
= 'saleshub_cashbox'
public
mixed
ANALYTICS_LABEL_SALESHUB_CRM_FORM
= 'crm_form'
ANALYTICS_LABEL_SALESHUB_CRM_STORE
public
mixed
ANALYTICS_LABEL_SALESHUB_CRM_STORE
= 'crm_store'
ANALYTICS_LABEL_SALESHUB_DELIVERY
public
mixed
ANALYTICS_LABEL_SALESHUB_DELIVERY
= 'saleshub_delivery'
ANALYTICS_LABEL_SALESHUB_PAYSYSTEM
public
mixed
ANALYTICS_LABEL_SALESHUB_PAYSYSTEM
= 'saleshub_paysystem'
ANALYTICS_LABEL_SALESHUB_RECEIVING_PAYMENT
public
mixed
ANALYTICS_LABEL_SALESHUB_RECEIVING_PAYMENT
= 'receiving_payment'
ANALYTICS_SENDER_PAGE
public
mixed
ANALYTICS_SENDER_PAGE
= 'sender_page'
FEATURE_NAME
public
mixed
FEATURE_NAME
= 'salescenter'
OPTION_PAYMENTS_COUNT_PARAM
public
mixed
OPTION_PAYMENTS_COUNT_PARAM
= 'payments_limit'
public
addFeedbackButtonToToolbar() : void
public
addIntegrationRequestButtonToToolbar([mixed $params = [] ]) : void
Parameters
-
$params
: mixed
= []
-
public
getFeedbackDeliveryOfferFormInfo(string $region) : array<string|int, mixed>
Parameters
-
$region
: string
-
Return values
array<string|int, mixed>
public
getFeedbackFormInfo(string $region) : array<string|int, mixed>
Parameters
-
$region
: string
-
Return values
array<string|int, mixed>
public
getFeedbackPayOrderFormInfo(string $region) : array<string|int, mixed>
Parameters
-
$region
: string
-
Return values
array<string|int, mixed>
public
getFeedbackPaySystemOfferFormInfo(string $region) : array<string|int, mixed>
Parameters
-
$region
: string
-
Return values
array<string|int, mixed>
public
getFeedbackPaySystemSbpOfferFormInfo(mixed $region) : mixed
Parameters
-
$region
: mixed
-
public
getFeedbackSmsProviderOfferFormInfo(string $region) : array<string|int, mixed>
Parameters
-
$region
: string
-
Return values
array<string|int, mixed>
public
getFeedbackTerminalOfferFormInfo(string $region) : array<string|int, mixed>
Parameters
-
$region
: string
-
Return values
array<string|int, mixed>
getInstance()
public
static getInstance() : static
public
getIntegrationRequestFormInfo(mixed $region) : array<string|int, mixed>
Parameters
-
$region
: mixed
-
Return values
array<string|int, mixed>
getLicenseType()
public
getLicenseType() : string|null
Return values
string|null
getPortalZone()
public
getPortalZone() : string
increasePaymentsCount()
public
increasePaymentsCount() : mixed
isCurrentZone()
public
isCurrentZone(array<string|int, mixed>|string $zone) : bool
Parameters
-
$zone
: array<string|int, mixed>|string
-
isEnabled()
public
isEnabled() : bool
isIntegrationRequestPossible()
public
isIntegrationRequestPossible() : bool
isPaymentsLimitReached()
public
isPaymentsLimitReached() : mixed
IsPortalAdmin()
public
IsPortalAdmin(mixed $userId) : bool
Parameters
-
$userId
: mixed
-
isSalescenterFeatureEnabled()
public
isSalescenterFeatureEnabled() : bool
public
renderFeedbackButton() : void
public
renderFeedbackDeliveryOfferButton() : void
public
renderFeedbackPayOrderOfferButton() : void
public
renderFeedbackSmsProviderOfferButton() : void
public
renderFeedbackTerminalOfferButton() : void
public
renderIntegrationRequestButton([array<string|int, mixed> $params = [] ]) : void
Parameters
-
$params
: array<string|int, mixed>
= []
-
public
showTariffRestrictionButtons(string $featureName) : mixed
Parameters
-
$featureName
: string
-