PHP 클래스 LdapTools\Query\Operator\Wildcard

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

보호된 프로퍼티들

프로퍼티 타입 설명
$wildcardType The wildcard type selected.

공개 메소드들

메소드 설명
__construct ( string $attribute, string $type, null | string $value = null ) Construct a filter that contains a wildcard.
getLdapFilter ( null $alias = null ) : string
toLdapFilter ( $alias = null )

메소드 상세

__construct() 공개 메소드

Construct a filter that contains a wildcard.
public __construct ( string $attribute, string $type, null | string $value = null )
$attribute string
$type string
$value null | string

getLdapFilter() 공개 메소드

사용 중단: Use the 'toLdapFilter()' method instead.
public getLdapFilter ( null $alias = null ) : string
$alias null
리턴 string

toLdapFilter() 공개 메소드

public toLdapFilter ( $alias = null )

프로퍼티 상세

$wildcardType 보호되어 있는 프로퍼티

The wildcard type selected.
protected $wildcardType