get() public method

Returns the current query.
public get ( ) : Collection | array
return Illuminate\Support\Collection | array
コード例 #1
0
ファイル: AdldapSearch.php プロジェクト: ishawge/jorani
 /**
  * Returns the current LDAP query string.
  *
  * @return string
  */
 public function getQuery()
 {
     return $this->query->get();
 }