LdapTools\Operation\QueryOperation::__construct PHP Method

__construct() public method

public __construct ( string | OperatorCollection $filter, array $attributes = [] )
$filter string | LdapTools\Query\OperatorCollection
$attributes array
    public function __construct($filter, array $attributes = [])
    {
        $this->properties['filter'] = $filter;
        $this->properties['attributes'] = $attributes;
        $this->properties['scope'] = self::SCOPE['SUBTREE'];
    }