getSql() public méthode

public getSql ( ) : string
Résultat string
Exemple #1
0
 /**
  * @return string
  */
 public function getSql()
 {
     return $this->selection->getSql();
 }