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
__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
getIsOpened()
public
getIsOpened() : bool|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
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
toOrmCondition()
public
toOrmCondition([bool $forJoin = false ]) : ConditionTree
Parameters
-
$forJoin
: bool
= false
-