State
Table of Contents
Methods
- getExceedingProductLimit() : array<string|int, mixed>|null
- Returns information about exceeding the number of goods in the landing for the information block.
- getProductLimitState() : array<string|int, mixed>|null
- getProductPriceChangingNotification() : array<string|int, mixed>|null
- handleAfterIblockElementAdd() : void
- OnAfterIBlockElementAdd event handler. Do not use directly.
- handleAfterIblockElementDelete() : void
- OnAfterIBlockElementDelete event handler. Do not use directly.
- handleBeforeIblockElementAdd() : bool
- OnIBlockElementAdd event handler. Do not use directly.
Methods
getExceedingProductLimit()
Returns information about exceeding the number of goods in the landing for the information block.
public
static getExceedingProductLimit([int|null $iblockId = null ]) : array<string|int, mixed>|null
Parameters
- $iblockId : int|null = null
-
Iblock identifier.
Return values
array<string|int, mixed>|nullgetProductLimitState()
public
static getProductLimitState([int|null $iblockId = null ]) : array<string|int, mixed>|null
Parameters
- $iblockId : int|null = null
Return values
array<string|int, mixed>|nullgetProductPriceChangingNotification()
public
static getProductPriceChangingNotification() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullhandleAfterIblockElementAdd()
OnAfterIBlockElementAdd event handler. Do not use directly.
public
static handleAfterIblockElementAdd(array<string|int, mixed> &$fields) : void
Parameters
- $fields : array<string|int, mixed>
handleAfterIblockElementDelete()
OnAfterIBlockElementDelete event handler. Do not use directly.
public
static handleAfterIblockElementDelete(array<string|int, mixed> $fields) : void
Parameters
- $fields : array<string|int, mixed>
handleBeforeIblockElementAdd()
OnIBlockElementAdd event handler. Do not use directly.
public
static handleBeforeIblockElementAdd(array<string|int, mixed> &$fields) : bool
Parameters
- $fields : array<string|int, mixed>