예제 #1
0
 /**
  * Add where type criteria.
  *
  * @param string $type
  * @return QueryProxy this instance
  */
 public function type($type)
 {
     $this->queryChanged = true;
     return parent::type($type);
 }