public function orProperty($propertyName, Expression $expr) { return $this->orX(Expr::property($propertyName, $expr)); }
public function andProperty($propertyName, Expression $expr) { return $this->andX(Expr::property($propertyName, $expr)); }