SearchConditionStrategyControlInterface

Extends

Interface SearchConditionStrategyControlInterface

package

Default

Methods

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

buildSql(array $params) : string

Arguments

$params

array

Response

string

Creates a new SearchConditionStrategyControl object.

create(\SearchConditionSettingsInterface $settings = null) : self
static

Arguments

Response

self

Returns the internal settings object.

settings() : \SearchConditionSettingsInterface