33 foreach ($wheres as $where) {
34 $return .= $where->asSQLStatement($this->
getAr(), $db);
35 if ($where !== $last) {
36 $return .=
' ' . $where->getLink() .
' ';
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...
asSQLStatement(ilDBInterface $db)