LimeSurvey API - Master branch

EqualConditionHandler
in package
implements HandlerInterface Uses ConditionHandlerHelperTrait

Table of Contents

Interfaces

HandlerInterface

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
bool

execute()

Builds criteria for either one or multiple keys.

public execute(mixed $key, mixed $value) : CDbCriteria|CSort
Parameters
$key : mixed
$value : mixed
Return values
CDbCriteria|CSort

stripKey()

More strict strip of a key without quotation

public stripKey(string $key) : string
Parameters
$key : string
Return values
string

        
On this page

Search results