예제 #1
0
 /**
  * Whether or not to refresh the data for documents that are already in the identity map.
  *
  * @param bool $shouldRefresh
  * @return QueryProxy this instance
  */
 public function refresh($shouldRefresh = true)
 {
     $this->queryChanged = true;
     return parent::refresh($shouldRefresh);
 }