SearchConditionSettingsInterface
in
Interface SearchConditionSettingsInterface
Table of Contents
- allowedColumns() : array<string|int, mixed>
- Returns the columns as an array.
- allowedTables() : array<string|int, mixed>
- Returns the tables as an array.
- create() : self
- Return a new object of this class.
- strategies() : array<string|int, mixed>
- Returns the strategies as an array.
Methods
allowedColumns()
Returns the columns as an array.
public
allowedColumns() : array<string|int, mixed>
Return values
array<string|int, mixed> —allowedTables()
Returns the tables as an array.
public
allowedTables() : array<string|int, mixed>
Return values
array<string|int, mixed> —create()
Return a new object of this class.
public
static create([array<string|int, mixed>|null $strategies = null ][, array<string|int, mixed>|null $allowedColumns = null ][, array<string|int, mixed>|null $allowedTables = null ]) : self
Parameters
- $strategies : array<string|int, mixed>|null = null
- $allowedColumns : array<string|int, mixed>|null = null
- $allowedTables : array<string|int, mixed>|null = null
Return values
self —strategies()
Returns the strategies as an array.
public
strategies() : array<string|int, mixed>