OptionsBuilder
Table of Contents
Methods
-
__construct()
: mixed
-
build()
: QueryBuilderOptions
-
makeEmptyOptions()
: QueryBuilderOptions
-
makeFromArray()
: self
-
setAliasPrefix()
: self
-
setLimitByIds()
: self
-
setOperations()
: self
-
setReadAllAllowed()
: self
-
setSkipCheckOtherEntityTypes()
: self
-
setUseDistinctUnion()
: self
__construct()
public
__construct(ResultOption $resultType) : mixed
Parameters
-
$resultType
: ResultOption
-
build()
public
build() : QueryBuilderOptions
makeEmptyOptions()
public
static makeEmptyOptions() : QueryBuilderOptions
makeFromArray()
public
static makeFromArray(array<string|int, mixed> $options) : self
Parameters
-
$options
: array<string|int, mixed>
-
setAliasPrefix()
public
setAliasPrefix(string $prefix) : self
Parameters
-
$prefix
: string
-
setLimitByIds()
public
setLimitByIds(array<string|int, mixed>|null $limitByIds) : self
Parameters
-
$limitByIds
: array<string|int, mixed>|null
-
setOperations()
public
setOperations(array<string|int, mixed> $operations) : self
Parameters
-
$operations
: array<string|int, mixed>
-
setReadAllAllowed()
public
setReadAllAllowed(bool|null $readAllAllowed) : self
Parameters
-
$readAllAllowed
: bool|null
-
setSkipCheckOtherEntityTypes()
public
setSkipCheckOtherEntityTypes(bool $skipCheckOtherEntityTypes) : self
Parameters
-
$skipCheckOtherEntityTypes
: bool
-
setUseDistinctUnion()
public
setUseDistinctUnion(bool|null $useDistinctUnion) : self
Parameters
-
$useDistinctUnion
: bool|null
-