PHP 클래스 Adldap\Query\Operator

파일 보기 프로젝트 열기: adldap2/adldap2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$approximatelyEquals string The approximately equal to operator.
$contains string The custom contains operator.
$doesNotEqual string The does not equal operator.
$endsWith string The custom ends with operator.
$equals string The equals operator.
$greaterThanOrEquals string The greater than or equal to operator.
$has string The 'has' wildcard operator.
$lessThanOrEquals string The less than or equal to operator.
$notContains string The custom not contains operator.
$notEndsWith string The custom not ends with operator.
$notHas string The custom notHas operator.
$notStartsWith string The custom not starts with operator.
$startsWith string The custom starts with operator.

공개 메소드들

메소드 설명
all ( ) : array Returns all available operators.

메소드 상세

all() 공개 정적인 메소드

Returns all available operators.
public static all ( ) : array
리턴 array

프로퍼티 상세

$approximatelyEquals 공개적으로 정적으로 프로퍼티

The approximately equal to operator.
public static string $approximatelyEquals
리턴 string

$contains 공개적으로 정적으로 프로퍼티

The custom contains operator.
public static string $contains
리턴 string

$doesNotEqual 공개적으로 정적으로 프로퍼티

The does not equal operator.
public static string $doesNotEqual
리턴 string

$endsWith 공개적으로 정적으로 프로퍼티

The custom ends with operator.
public static string $endsWith
리턴 string

$equals 공개적으로 정적으로 프로퍼티

The equals operator.
public static string $equals
리턴 string

$greaterThanOrEquals 공개적으로 정적으로 프로퍼티

The greater than or equal to operator.
public static string $greaterThanOrEquals
리턴 string

$has 공개적으로 정적으로 프로퍼티

The 'has' wildcard operator.
public static string $has
리턴 string

$lessThanOrEquals 공개적으로 정적으로 프로퍼티

The less than or equal to operator.
public static string $lessThanOrEquals
리턴 string

$notContains 공개적으로 정적으로 프로퍼티

The custom not contains operator.
public static string $notContains
리턴 string

$notEndsWith 공개적으로 정적으로 프로퍼티

The custom not ends with operator.
public static string $notEndsWith
리턴 string

$notHas 공개적으로 정적으로 프로퍼티

The custom notHas operator.
public static string $notHas
리턴 string

$notStartsWith 공개적으로 정적으로 프로퍼티

The custom not starts with operator.
public static string $notStartsWith
리턴 string

$startsWith 공개적으로 정적으로 프로퍼티

The custom starts with operator.
public static string $startsWith
리턴 string