46        if ($this->
getType() === self::TYPE_REGULAR) {
 
   49            if ($arField instanceof 
arField) {
 
   50                $type = $arField->getFieldType();
 
   57                if (in_array($this->
getOperator(), [
'IN', 
'NOT IN', 
'NOTIN'])) {
 
   60                    $statement .= 
' IN (';
 
   71                    if (in_array($this->
getOperator(), [
'IS', 
'IS NOT'])) {
 
getConnectorContainerName()
@description Return the Name of your Connector Table
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
setFieldname(string $fieldname)
 
asSQLStatement(ActiveRecord $activeRecord, ilDBInterface $db)
 
setStatement(string $statement)
 
setOperator(string $operator)