PHP 클래스 LdapTools\Query\Operator\Comparison

저자: Chad Sikorra ([email protected])
상속: extends BaseOperator
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
__construct ( string $attribute, string $comparison, mixed $value ) Construct a common attribute comparison check.

메소드 상세

__construct() 공개 메소드

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.