38        $this->statements[] = $statement;
 
   43        return $this->statements !== [];
 
   51        $classname = static::class;
 
   52        $arWhereCollection = 
new $classname();
 
   53        $arWhereCollection->setAr(
$ar);
 
   55        return $arWhereCollection;
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
asSQLStatement(ilDBInterface $db)
 
setStatements(array $statements)
 
add(arStatement $statement)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...