PHP Interface LdapTools\Query\Operator\ContainsOperatorsInterface

Author: Chad Sikorra ([email protected])
Show file Open project: ldaptools/ldaptools

Public Methods

Method Description
add ( variadic $operators ) Add another Operator to this Operator.
getChildren ( ) : array Get all the child operators of this Operator.

Method Details

add() public method

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

getChildren() public method

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