QueryBuilderOptions implements OptionsInterface
Table of Contents
Interfaces
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
boolgetAliasPrefix()
public
getAliasPrefix() : string
Return values
stringgetLimitByIds()
public
getLimitByIds() : array<string|int, mixed>|null
used only in compatible mode
Return values
array<string|int, mixed>|nullgetOperations()
public
getOperations() : array<string|int, mixed>
Return values
array<string|int, mixed>getResult()
public
getResult() : ResultOption
Return values
ResultOptionisReadAllAllowed()
public
isReadAllAllowed() : bool
Return values
boolneedUseDistinctUnion()
public
needUseDistinctUnion() : bool
used only in compatible mode