Bitrix API

UserAttributesCondition implements Condition

Table of Contents

Interfaces

Condition

Methods

__construct()  : mixed
getCategoryIds()  : array<string|int, mixed>|null
getIsOpened()  : bool|null
getProgressSteps()  : array<string|int, mixed>|null
getUserIds()  : array<string|int, mixed>|null
toArray()  : array<string|int, mixed>
toOrmCondition()  : ConditionTree

Methods

__construct()

public __construct(array<string|int, mixed>|null $categoryIds, array<string|int, mixed>|null $userIds, array<string|int, mixed>|null $progressSteps, bool|null $isOpened) : mixed
Parameters
$categoryIds : array<string|int, mixed>|null
$userIds : array<string|int, mixed>|null
$progressSteps : array<string|int, mixed>|null
$isOpened : bool|null

getCategoryIds()

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

getProgressSteps()

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

getUserIds()

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

        
On this page

Search results