PHP Class LdapTools\Query\Operator\Comparison

Author: Chad Sikorra ([email protected])
Inheritance: extends BaseOperator
Datei anzeigen 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.