2require_once(
'class.arStatement.php');
32 $this->statements[] = $statement;
41 return count($this->statements) > 0;
56 $classname = get_called_class();
57 $arWhereCollection =
new $classname();
58 $arWhereCollection->setAr(
$ar);
60 return $arWhereCollection;
An exception for terminatinating execution or to throw for unit testing.
Class arStatementCollection.
setStatements($statements)
add(arStatement $statement)