getSelects() public method

Returns the current selected fields to retrieve.
public getSelects ( ) : array
return array
コード例 #1
0
ファイル: AdldapSearch.php プロジェクト: ishawge/jorani
 /**
  * Returns the current selected fields to retrieve.
  *
  * @return array
  */
 public function getSelects()
 {
     return $this->query->getSelects();
 }