Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #45 from cultuurnet/feature/III-2763
Browse files Browse the repository at this point in the history
III-2763: Add withAddressCountryFilter() to OrganizerQueryBuilderInterface
  • Loading branch information
Luc Wollants committed Oct 23, 2018
2 parents e3e6254 + 4fc4f28 commit 39eafa2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Organizer/OrganizerQueryBuilderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use CultuurNet\UDB3\Label\ValueObjects\LabelName;
use CultuurNet\UDB3\Search\Creator;
use CultuurNet\UDB3\Search\QueryBuilderInterface;
use ValueObjects\Geography\Country;
use ValueObjects\StringLiteral\StringLiteral;
use ValueObjects\Web\Domain;
use ValueObjects\Web\Url;
Expand Down Expand Up @@ -36,6 +37,12 @@ public function withDomainFilter(Domain $domain);
*/
public function withPostalCodeFilter(PostalCode $postalCode);

/**
* @param Country $country
* @return static
*/
public function withAddressCountryFilter(Country $country);

/**
* @param Creator $creator
* @return static
Expand Down

0 comments on commit 39eafa2

Please sign in to comment.