Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Adldap
Query
Bindings
Filter
PHP Class Adldap\Query\Bindings\Filter
Inheritance:
extends
AbstractBinding
Exibir arquivo
Open project: adldap2/adldap2
Protected Properties
Property
Type
Description
$query
string
The raw filter query.
Public Methods
Method
Description
__construct
(
string
$query
)
Constructor.
__toString
( ) :
string
Returns the filter query.
getQuery
( ) :
string
Returns the filter query.
Method Details
__construct()
public
method
Constructor.
public
__construct
(
string
$query
)
$query
string
__toString()
public
method
Returns the filter query.
public
__toString
( ) :
string
return
string
getQuery()
public
method
Returns the filter query.
public
getQuery
( ) :
string
return
string
Property Details
$query
protected_oe property
The raw filter query.
protected
string
$query
return
string