LdapTools\Query\Operator\ContainsOperatorsTrait::getChildren PHP Method

getChildren() public method

Get all the children operators within an operator.
public getChildren ( ) : BaseOperator[]
return BaseOperator[]
    public function getChildren()
    {
        return $this->children;
    }