PHP 클래스 LdapTools\Query\Operator\bNot

저자: Chad Sikorra ([email protected])
상속: extends BaseOperator, implements LdapTools\Query\Operator\ContainsOperatorsInterface, use trait ContainsOperatorsTrait
파일 보기 프로젝트 열기: ldaptools/ldaptools

공개 메소드들

메소드 설명
__construct ( BaseOperator $operator )
add ( variadic $operator )
addChildren ( )

보호된 메소드들

메소드 설명
isOperatorAllowed ( BaseOperator $operator ) The 'Not' operator has a few specific requirements. Check these here.

메소드 상세

__construct() 공개 메소드

public __construct ( BaseOperator $operator )
$operator BaseOperator

add() 공개 메소드

public add ( variadic $operator )
$operator variadic

addChildren() 공개 메소드

public addChildren ( )

isOperatorAllowed() 보호된 메소드

The 'Not' operator has a few specific requirements. Check these here.
protected isOperatorAllowed ( BaseOperator $operator )
$operator BaseOperator