Adldap\Search\Factory::setQuery PHP Method

setQuery() public method

Sets the query property.
public setQuery ( Builder $query ) : Factory
$query Adldap\Query\Builder
return Factory
    public function setQuery(Builder $query)
    {
        $this->query = $query;
        return $this;
    }