PHP 인터페이스 LdapTools\Query\Operator\ContainsOperatorsInterface

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

공개 메소드들

메소드 설명
add ( variadic $operators ) Add another Operator to this Operator.
getChildren ( ) : array Get all the child operators of this Operator.

메소드 상세

add() 공개 메소드

Add another Operator to this Operator.
public add ( variadic $operators )
$operators variadic

getChildren() 공개 메소드

Get all the child operators of this Operator.
public getChildren ( ) : array
리턴 array