phpDocumentor

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

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

Search results