Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
LdapTools
Query
Operator
Comparison
PHP Class LdapTools\Query\Operator\Comparison
Author:
Chad Sikorra (
[email protected]
)
Inheritance:
extends
BaseOperator
Mostrar archivo
Open project: ldaptools/ldaptools
Public Methods
Method
Description
__construct
(
string
$attribute
,
string
$comparison
,
mixed
$value
)
Construct a common attribute comparison check.
Method Details
__construct()
public
method
Construct a common attribute comparison check.
public
__construct
(
string
$attribute
,
string
$comparison
,
mixed
$value
)
$attribute
string
The attribute to check.
$comparison
string
The comparison type.
$value
mixed
The value to check for.