getSelects() public méthode

Returns the current selected fields to retrieve.
public getSelects ( ) : array
Résultat array
Exemple #1
0
 /**
  * Returns the current selected fields to retrieve.
  *
  * @return array
  */
 public function getSelects()
 {
     return $this->query->getSelects();
 }