public function condition($field, $value = NULL, $operator = '=') { $this->condition ->condition($field, $value, $operator); return $this; }