2 require_once(
'class.arStatement.php');
30 $this->statements[] = $statement;
38 return count($this->statements) > 0;
52 $classname = get_called_class();
53 $arWhereCollection =
new $classname();
54 $arWhereCollection->setAr($ar);
56 return $arWhereCollection;