SearchConditionStrategyInterface
in
Interface SearchConditionStrategyInterface
Table of Contents
- create() : self
- proceed() : string
- Parses the given params and returns the respective sql statement.
Methods
create()
public
static create() : self
Return values
self —proceed()
Parses the given params and returns the respective sql statement.
public
proceed(SearchConditionStrategyControl $strategyControl, array<string|int, mixed> $params) : string
Parameters
- $strategyControl : SearchConditionStrategyControl
- $params : array<string|int, mixed>