MultiSelectConditionHandler
in package
implements
HandlerInterface
Uses
ConditionHandlerHelperTrait
Table of Contents
Interfaces
Methods
- canHandle() : bool
- execute() : CDbCriteria|CSort
- Builds criteria for either one or multiple keys.
- sanitizeKey() : string
- stripKey() : string
- More strict strip of a key without quotation
Methods
canHandle()
public
canHandle(string $operation) : bool
Parameters
- $operation : string
Return values
boolexecute()
Builds criteria for either one or multiple keys.
public
execute(mixed $key, mixed $value) : CDbCriteria|CSort
Parameters
- $key : mixed
- $value : mixed
Return values
CDbCriteria|CSortsanitizeKey()
public
sanitizeKey(string $key) : string
Parameters
- $key : string
Return values
stringstripKey()
More strict strip of a key without quotation
public
stripKey(string $key) : string
Parameters
- $key : string