Implements QueryConditionInterface::where().
Overrides QueryConditionInterface::where
public function where($snippet, $args = array()) { $this->condition ->where($snippet, $args); return $this; }