예제 #1
0
파일: Query.php 프로젝트: jkyto/agolf
 /**
  * {@inheritdoc}
  */
 public function condition($field, $value, $operator = '=') {
   $this->filter->condition($field, $value, $operator);
   return $this;
 }