Esempio n. 1
0
 /**
  * Compiles and returns the current query string.
  *
  * @return string
  */
 public function getQuery()
 {
     return $this->grammar->compileQuery($this);
 }