PHP 트레잇 LdapTools\Query\Operator\ContainsOperatorsTrait

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

보호된 프로퍼티들

프로퍼티 타입 설명
$children BaseOperator[] The operators within this operator.

공개 메소드들

메소드 설명
add ( variadic $operators ) Add operator(s) to an operator.
getChildren ( ) : BaseOperator[] Get all the children operators within an operator.
getLdapFilter ( null $alias = null ) : string
toLdapFilter ( $alias = null )

보호된 메소드들

메소드 설명
getChildrenFilterString ( string | null $alias = null ) : string

메소드 상세

add() 공개 메소드

Add operator(s) to an operator.
public add ( variadic $operators )
$operators variadic

getChildren() 공개 메소드

Get all the children operators within an operator.
public getChildren ( ) : BaseOperator[]
리턴 BaseOperator[]

getChildrenFilterString() 보호된 메소드

protected getChildrenFilterString ( string | null $alias = null ) : string
$alias string | null
리턴 string

getLdapFilter() 공개 메소드

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

toLdapFilter() 공개 메소드

public toLdapFilter ( $alias = null )

프로퍼티 상세

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

The operators within this operator.
protected BaseOperator[],LdapTools\Query\Operator $children
리턴 BaseOperator[]