phpDocumentor

SearchConditionStrategyControlInterface
in

Interface SearchConditionStrategyControlInterface

Table of Contents

buildSql()  : string
Parses the given params and delegates to several strategies to build a sql statement, which will be returned.
create()  : self
Creates a new SearchConditionStrategyControl object.
settings()  : SearchConditionSettingsInterface
Returns the internal settings object.

Methods

buildSql()

Parses the given params and delegates to several strategies to build a sql statement, which will be returned.

public buildSql(array<string|int, mixed> $params) : string
Parameters
$params : array<string|int, mixed>
Return values
string

Search results