AlwaysReadableCondition
implements
Condition
Table of Contents
Interfaces
- Condition
Methods
-
__construct()
: mixed
-
getCategoryIds()
: array<string|int, mixed>
-
toArray()
: array<string|int, mixed>
-
toOrmCondition()
: ConditionTree
__construct()
public
__construct(array<string|int, mixed> $categoryIds) : mixed
Parameters
-
$categoryIds
: array<string|int, mixed>
-
getCategoryIds()
public
getCategoryIds() : array<string|int, mixed>
Return values
array<string|int, mixed>
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
toOrmCondition()
public
toOrmCondition([bool $forJoin = false ]) : ConditionTree
Parameters
-
$forJoin
: bool
= false
-