hasSelects() public method

Returns true / false depending if the current object contains selects.
public hasSelects ( ) : boolean
return boolean
コード例 #1
0
ファイル: AdldapSearch.php プロジェクト: ishawge/jorani
 /**
  * Returns true / false depending if the current object
  * contains selects.
  *
  * @return bool
  */
 public function hasSelects()
 {
     return $this->query->hasSelects();
 }