PHP 클래스 LdapTools\Query\Operator\MatchingRule

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

보호된 프로퍼티들

프로퍼티 타입 설명
$oid string

공개 메소드들

메소드 설명
__construct ( string $attribute, string $oid, mixed $value )
getLdapFilter ( null $alias = null ) : string
toLdapFilter ( $alias = null )

메소드 상세

__construct() 공개 메소드

public __construct ( string $attribute, string $oid, mixed $value )
$attribute string
$oid string
$value mixed

getLdapFilter() 공개 메소드

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

toLdapFilter() 공개 메소드

public toLdapFilter ( $alias = null )

프로퍼티 상세

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

protected string $oid
리턴 string