getSelects() public method

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