/**
  * Get query text.
  *
  * @return string
  */
 public function getText()
 {
     return $this->query->getText();
 }