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 —create()
Creates a new SearchConditionStrategyControl object.
public
static create([SearchConditionSettingsInterface $settings = null ]) : self
Parameters
- $settings : SearchConditionSettingsInterface = null
Return values
self —settings()
Returns the internal settings object.
public
settings() : SearchConditionSettingsInterface