Bitrix API

QueryBuilderOptions implements OptionsInterface

Table of Contents

Interfaces

OptionsInterface

Methods

__construct()  : mixed
canSkipCheckOtherEntityTypes()  : bool
getAliasPrefix()  : string
getLimitByIds()  : array<string|int, mixed>|null
getOperations()  : array<string|int, mixed>
getResult()  : ResultOption
isReadAllAllowed()  : bool
needUseDistinctUnion()  : bool

Methods

__construct()

public __construct(ResultOption $resultType[, array<string|int, mixed>|null $operations = null ][, string $aliasPrefix = '' ][, bool $readAllAllowed = false ][, bool $skipCheckOtherEntityTypes = false ][, array<string|int, mixed>|null $limitByIds = null ][, bool $useDistinctUnion = false ]) : mixed
Parameters
$resultType : ResultOption
$operations : array<string|int, mixed>|null = null
$aliasPrefix : string = ''
$readAllAllowed : bool = false
$skipCheckOtherEntityTypes : bool = false
$limitByIds : array<string|int, mixed>|null = null
$useDistinctUnion : bool = false

canSkipCheckOtherEntityTypes()

public canSkipCheckOtherEntityTypes() : bool
Return values
bool

getLimitByIds()

public getLimitByIds() : array<string|int, mixed>|null

used only in compatible mode

Return values
array<string|int, mixed>|null

getOperations()

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

needUseDistinctUnion()

public needUseDistinctUnion() : bool

used only in compatible mode

Return values
bool

        
On this page

Search results