예제 #1
0
 /**
  * Set snapshot.
  *
  * @param bool $bool
  * @return QueryProxy this instance
  */
 public function snapshot($bool = true)
 {
     $this->queryChanged = true;
     return parent::snapshot($bool);
 }