getSelects() 공개 메소드

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